sayma: remove ad9154 from mem_map

Address is autogenerated by CSR system.
This commit is contained in:
Sebastien Bourdeauducq 2017-11-29 18:17:22 +08:00
parent 1426ecad64
commit bb3d6ef84a
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ class SaymaAMCStandalone(MiniSoC, AMPSoC):
"rtio": 0x11000000,
"rtio_dma": 0x12000000,
"serwb": 0x13000000,
"ad9154": 0x14000000,
"mailbox": 0x70000000
}
mem_map.update(MiniSoC.mem_map)