diff options
Diffstat (limited to 'include/configs/legoev3.h')
-rw-r--r-- | include/configs/legoev3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index 687ac89b85..ff966586ba 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -27,7 +27,7 @@ */ #define PHYS_SDRAM_1 DAVINCI_DDR_EMIF_DATA_BASE /* DDR Start */ #define PHYS_SDRAM_1_SIZE (64 << 20) /* SDRAM size 64MB */ -#define CONFIG_MAX_RAM_BANK_SIZE (512 << 20) /* max size from SPRS586*/ +#define CFG_MAX_RAM_BANK_SIZE (512 << 20) /* max size from SPRS586*/ /* memtest start addr */ |