targets/ppro: fix mem_map update

This commit is contained in:
Sebastien Bourdeauducq 2015-04-11 21:59:29 +08:00
parent 601f593ac4
commit a50f2c20ff
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class UP(BaseSoC):
"rtio": 0x20000000, # (shadow @0xa0000000)
"dds": 0x50000000, # (shadow @0xd0000000)
}
mem_map.update(MiniSoC.mem_map)
mem_map.update(BaseSoC.mem_map)
def __init__(self, platform, cpu_type="or1k",
with_test_gen=False, **kwargs):