X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Frk3568_common.h;h=ae360105d508548f9b5f86cbc2ca99c691b9b159;hb=6786ce1ce14feb4d02854a0c04bc0cce505be46e;hp=ef4f725b5793faf92aa9e617f5d57eec2f7d6a28;hpb=c5e7003aa86e1bfc7371d41509e8d34cafdfeb6c;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/rk3568_common.h b/include/configs/rk3568_common.h index ef4f725..ae36010 100644 --- a/include/configs/rk3568_common.h +++ b/include/configs/rk3568_common.h @@ -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 -#define CONFIG_EXTRA_ENV_SETTINGS \ +#define CFG_EXTRA_ENV_SETTINGS \ ENV_MEM_LAYOUT_SETTINGS \ "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \ "partitions=" PARTS_DEFAULT \