diff options
author | Lokesh Vutla | 2016-03-08 09:18:07 +0530 |
---|---|---|
committer | Tom Rini | 2016-03-14 19:18:51 -0400 |
commit | 212425b2721bb67273963b7fc517455425948d90 (patch) | |
tree | d183dbde544bfb50f5cdc619716f2589497d6c52 | |
parent | a7638833b38270c8b64c5c62f6c6ce144ef387c3 (diff) |
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>
-rw-r--r-- | include/configs/dra7xx_evm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index e79250b7f0a..45bda4f654f 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 |