summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-04-01 15:56:33 +0200
committerMichal Simek <michal.simek@xilinx.com>2016-04-13 18:29:02 +0200
commit758f29d0f805ccd6ca1354a9562dab3bacf52310 (patch)
treee8ec5cc6e4f756a8627cd3ce485eca3dd8a54921 /include
parentc1584e2a2190756d73d1f96e0e431da30870d208 (diff)
downloadtalos-obmc-uboot-758f29d0f805ccd6ca1354a9562dab3bacf52310.tar.gz
talos-obmc-uboot-758f29d0f805ccd6ca1354a9562dab3bacf52310.zip
ARM: zynq: Support systems with more memory banks
This is example how to change u-boot to support more memory banks read from DT. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/zynq-common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index aac1e2badd..2d941a7192 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -277,7 +277,9 @@
/* Physical Memory map */
#define CONFIG_SYS_TEXT_BASE 0x4000000
-#define CONFIG_NR_DRAM_BANKS 1
+#ifndef CONFIG_NR_DRAM_BANKS
+# define CONFIG_NR_DRAM_BANKS 1
+#endif
#define CONFIG_SYS_MEMTEST_START 0
#define CONFIG_SYS_MEMTEST_END 0x1000
OpenPOWER on IntegriCloud