X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fmt8516.h;h=73776e3705b778407a6512be04dcf84ff86fe31a;hb=6786ce1ce14feb4d02854a0c04bc0cce505be46e;hp=cb2af5843fcaa9665a18e8cecd78c3a2f9f708b2;hpb=6e2af641e4bfed24d3edd8519dd40ec397361b4e;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/mt8516.h b/include/configs/mt8516.h index cb2af58..73776e3 100644 --- a/include/configs/mt8516.h +++ b/include/configs/mt8516.h @@ -12,16 +12,8 @@ #include -#define CONFIG_SYS_NS16550_SERIAL -#define CONFIG_SYS_NS16550_REG_SIZE -4 -#define CONFIG_SYS_NS16550_MEM32 -#define CONFIG_SYS_NS16550_COM1 0x11005000 -#define CONFIG_SYS_NS16550_CLK 26000000 - -#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + SZ_2M - \ - GENERATED_GBL_DATA_SIZE) - -#define CONFIG_SYS_BOOTM_LEN SZ_64M +#define CFG_SYS_NS16550_COM1 0x11005000 +#define CFG_SYS_NS16550_CLK 26000000 /* Environment settings */ #include @@ -29,7 +21,7 @@ #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 0) -#define CONFIG_EXTRA_ENV_SETTINGS \ +#define CFG_EXTRA_ENV_SETTINGS \ "scriptaddr=0x40000000\0" \ BOOTENV