#define CFG_SYS_BOOTMAPSZ (256 << 20) /* 256M */
#ifndef CONFIG_ARM64
-#define CFG_SYS_INIT_RAM_ADDR CONFIG_STACKBASE
+#define CFG_SYS_INIT_RAM_ADDR CFG_STACKBASE
#define CFG_SYS_INIT_RAM_SIZE CONFIG_SYS_MALLOC_LEN
/* Defines for SPL */
/*
* Miscellaneous configurable options
*/
-#define CONFIG_STACKBASE 0x83800000 /* 56MB */
+#define CFG_STACKBASE 0x83800000 /* 56MB */
/*-----------------------------------------------------------------------
* Physical Memory Map
/*
* Miscellaneous configurable options
*/
-#define CONFIG_STACKBASE 0x83800000 /* 56MB */
+#define CFG_STACKBASE 0x83800000 /* 56MB */
/*-----------------------------------------------------------------------
* Physical Memory Map
/*
* Miscellaneous configurable options
*/
-#define CONFIG_STACKBASE 0x03800000 /* 56MB */
+#define CFG_STACKBASE 0x03800000 /* 56MB */
/*-----------------------------------------------------------------------
* Physical Memory Map
/*
* Miscellaneous configurable options
*/
-#define CONFIG_STACKBASE 0x83800000 /* 56MB */
+#define CFG_STACKBASE 0x83800000 /* 56MB */
/*
* Memory layout for where various images get loaded by boot scripts: