ARM: EMM board address range fix
0x40000000 is reservered for external AXI addresses. This address range is not used currently. Removed the range from the bridge.
This commit is contained in:
@@ -470,7 +470,6 @@ class VExpress_EMM(RealView):
|
||||
# (gic, a9scu)
|
||||
bridge.ranges = [AddrRange(0x2F000000, size='16MB'),
|
||||
AddrRange(0x30000000, size='256MB'),
|
||||
AddrRange(0x40000000, size='512MB'),
|
||||
AddrRange(0x18000000, size='64MB'),
|
||||
AddrRange(0x1C000000, size='64MB')]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user