diff options
Diffstat (limited to 'include/configs/sama5d4ek.h')
-rw-r--r-- | include/configs/sama5d4ek.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/sama5d4ek.h b/include/configs/sama5d4ek.h index d59899f0ba..cbc1c0f465 100644 --- a/include/configs/sama5d4ek.h +++ b/include/configs/sama5d4ek.h @@ -12,8 +12,8 @@ #include "at91-sama5_common.h" /* SDRAM */ -#define CONFIG_SYS_SDRAM_BASE 0x20000000 -#define CONFIG_SYS_SDRAM_SIZE 0x20000000 +#define CFG_SYS_SDRAM_BASE 0x20000000 +#define CFG_SYS_SDRAM_SIZE 0x20000000 /* NAND flash */ #ifdef CONFIG_CMD_NAND |