From: Lokesh Vutla Date: Tue, 8 Mar 2016 03:48:07 +0000 (+0530) Subject: ARM: DRA7: configs: Prepare for detecting memory > 2GB X-Git-Tag: v2016.05-rc1~426 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=212425b2721bb67273963b7fc517455425948d90;p=u-boot 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 --- 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