global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / rk3568_common.h
index ef4f725..ae36010 100644 (file)
@@ -8,11 +8,9 @@
 
 #include "rockchip-common.h"
 
-#define CONFIG_IRAM_BASE               0xfdcc0000
+#define CFG_IRAM_BASE          0xfdcc0000
 
-#define CONFIG_SYS_BOOTM_LEN           (64 << 20)      /* 64M */
-
-#define CONFIG_SYS_SDRAM_BASE          0
+#define CFG_SYS_SDRAM_BASE             0
 #define SDRAM_MAX_SIZE                 0xf0000000
 
 #define ENV_MEM_LAYOUT_SETTINGS                \
@@ -23,7 +21,7 @@
        "ramdisk_addr_r=0x0a200000\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             \