global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / rk3328_common.h
index 1e214e4..fadcb93 100644 (file)
@@ -8,10 +8,10 @@
 
 #include "rockchip-common.h"
 
-#define CONFIG_IRAM_BASE               0xff090000
+#define CFG_IRAM_BASE          0xff090000
 
 /* FAT sd card locations. */
-#define CONFIG_SYS_SDRAM_BASE          0
+#define CFG_SYS_SDRAM_BASE             0
 #define SDRAM_MAX_SIZE                 0xff000000
 
 #define ENV_MEM_LAYOUT_SETTINGS \
@@ -22,7 +22,7 @@
        "ramdisk_addr_r=0x06000000\0"
 
 #include <config_distro_bootcmd.h>
-#define CONFIG_EXTRA_ENV_SETTINGS \
+#define CFG_EXTRA_ENV_SETTINGS \
        ENV_MEM_LAYOUT_SETTINGS \
        "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
        "partitions=" PARTS_DEFAULT \