From 212425b2721bb67273963b7fc517455425948d90 Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Tue, 8 Mar 2016 09:18:07 +0530 Subject: [PATCH] ARM: DRA7: configs: Prepare for detecting memory > 2GB Enable configs that are required for detecting memory > 2GB. Reviewed-by: Tom Rini Signed-off-by: Lokesh Vutla --- 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 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 -- GitLab