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:
Chander Sudanthi
2012-05-10 18:04:28 -05:00
parent 29a5e6ff35
commit 200689c53f

View File

@@ -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')]