diff options
author | Michal Simek | 2020-02-25 15:29:40 +0100 |
---|---|---|
committer | Michal Simek | 2020-04-06 12:52:45 +0200 |
commit | f7375aff959d9d04bcbd2ac7443e62c450716b43 (patch) | |
tree | 2d7069e800ebe7d1a87fcdbd57235608f8396170 /include/configs | |
parent | 5992f2579739c421cbdc1b6dd0054c636f376ba0 (diff) |
ARM: zynq: Enable DM for CFI NOR flash
With multi defconfig NOR flash information about NOR should be taken from
DT that's why there is no reason to specify address and sizes via fixed
config.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/zynq-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 33fac35f6e3..1eaf65b0a2a 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -43,8 +43,6 @@ /* NOR */ #ifdef CONFIG_MTD_NOR_FLASH -# define CONFIG_SYS_FLASH_BASE 0xE2000000 -# define CONFIG_SYS_FLASH_SIZE (16 * 1024 * 1024) # define CONFIG_SYS_MAX_FLASH_BANKS 1 # define CONFIG_SYS_MAX_FLASH_SECT 512 # define CONFIG_SYS_FLASH_ERASE_TOUT 1000 |