summaryrefslogtreecommitdiffstats
path: root/include/configs/dra7xx_evm.h
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2016-03-08 09:18:07 +0530
committerTom Rini <trini@konsulko.com>2016-03-14 19:18:51 -0400
commit212425b2721bb67273963b7fc517455425948d90 (patch)
treed183dbde544bfb50f5cdc619716f2589497d6c52 /include/configs/dra7xx_evm.h
parenta7638833b38270c8b64c5c62f6c6ce144ef387c3 (diff)
downloadtalos-obmc-uboot-212425b2721bb67273963b7fc517455425948d90.tar.gz
talos-obmc-uboot-212425b2721bb67273963b7fc517455425948d90.zip
ARM: DRA7: configs: Prepare for detecting memory > 2GB
Enable configs that are required for detecting memory > 2GB. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r--include/configs/dra7xx_evm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index e79250b7f0..45bda4f654 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -19,6 +19,11 @@
#define CONFIG_IODELAY_RECALIBRATION
#endif
+#define CONFIG_VERY_BIG_RAM
+#define CONFIG_PHYS_64BIT
+#define CONFIG_NR_DRAM_BANKS 2
+#define CONFIG_MAX_MEM_MAPPED 0x80000000
+
#ifndef CONFIG_QSPI_BOOT
/* MMC ENV related defines */
#define CONFIG_ENV_IS_IN_MMC
OpenPOWER on IntegriCloud