summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-02-25 15:29:40 +0100
committerMichal Simek <michal.simek@xilinx.com>2020-04-06 12:52:45 +0200
commitf7375aff959d9d04bcbd2ac7443e62c450716b43 (patch)
tree2d7069e800ebe7d1a87fcdbd57235608f8396170 /include
parent5992f2579739c421cbdc1b6dd0054c636f376ba0 (diff)
downloadu-boot-f7375aff959d9d04bcbd2ac7443e62c450716b43.tar.gz
u-boot-f7375aff959d9d04bcbd2ac7443e62c450716b43.tar.xz
u-boot-f7375aff959d9d04bcbd2ac7443e62c450716b43.zip
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')
-rw-r--r--include/configs/zynq-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 33fac35f6e..1eaf65b0a2 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