global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*
[platform/kernel/u-boot.git] / arch / mips / mach-mtmips / mt7621 / spl / start.S
index 3cad356..6b9f253 100644 (file)
@@ -18,7 +18,7 @@
 #include "dram.h"
 
 #ifndef CONFIG_SYS_INIT_SP_ADDR
-#define CONFIG_SYS_INIT_SP_ADDR        (CONFIG_SYS_SDRAM_BASE + \
+#define CONFIG_SYS_INIT_SP_ADDR        (CFG_SYS_SDRAM_BASE + \
                                CONFIG_SYS_INIT_SP_OFFSET)
 #endif