phaser: remove ad9154 from mem_map

This commit is contained in:
Sebastien Bourdeauducq 2017-11-29 18:23:50 +08:00
parent 7e5a301a27
commit 45f510bcdc
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ class Phaser(MiniSoC, AMPSoC):
"rtio": 0x20000000,
"rtio_dma": 0x30000000,
"mailbox": 0x70000000,
"ad9154": 0x50000000,
}
mem_map.update(MiniSoC.mem_map)