mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ARM: zynq: Remove unused GEM addresses
With DM in place there is no need to have GEM addresses in headers. None is using them. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
73d52b066a
commit
2e530511fa
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@
|
|||
#define ZYNQ_SYS_CTRL_BASEADDR 0xF8000000
|
||||
#define ZYNQ_DEV_CFG_APB_BASEADDR 0xF8007000
|
||||
#define ZYNQ_SCU_BASEADDR 0xF8F00000
|
||||
#define ZYNQ_GEM_BASEADDR0 0xE000B000
|
||||
#define ZYNQ_GEM_BASEADDR1 0xE000C000
|
||||
#define ZYNQ_I2C_BASEADDR0 0xE0004000
|
||||
#define ZYNQ_I2C_BASEADDR1 0xE0005000
|
||||
#define ZYNQ_QSPI_BASEADDR 0xE000D000
|
||||
|
|
Loading…
Reference in a new issue