X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Frk3399_common.h;h=95cb27c89516a9373cb3df379f334a714e3e1424;hb=6786ce1ce14feb4d02854a0c04bc0cce505be46e;hp=a721f27ec00b8cf849afceb1ff904b7b4452219b;hpb=308520b8f2b11b3427fe8a02171839992bc85da6;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h index a721f27..95cb27c 100644 --- a/include/configs/rk3399_common.h +++ b/include/configs/rk3399_common.h @@ -8,7 +8,7 @@ #include "rockchip-common.h" -#define CONFIG_IRAM_BASE 0xff8c0000 +#define CFG_IRAM_BASE 0xff8c0000 /* FAT sd card locations. */ #define CFG_SYS_SDRAM_BASE 0 @@ -50,7 +50,7 @@ #include #include -#define CONFIG_EXTRA_ENV_SETTINGS \ +#define CFG_EXTRA_ENV_SETTINGS \ ENV_MEM_LAYOUT_SETTINGS \ "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \ "partitions=" PARTS_DEFAULT \