[U-Boot] [PATCH 5/6] ARM: DRA7: configs: Prepare for detecting memory > 2GB
Lokesh Vutla
lokeshvutla at ti.com
Sat Mar 5 13:05:17 CET 2016
Enable configs that are required for detecting memory > 2GB.
Signed-off-by: Lokesh Vutla <lokeshvutla at ti.com>
---
include/configs/dra7xx_evm.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index e79250b..45bda4f 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
--
2.1.4
More information about the U-Boot
mailing list