X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fmt8183.h;h=1f973829bba4d81111612f8fcfba304ef0369930;hb=6786ce1ce14feb4d02854a0c04bc0cce505be46e;hp=ee31c02e6ef9dd3a71eea77595289f928a4126c9;hpb=c5b9bf5518411c72a3763371049cfabeb5f16633;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/mt8183.h b/include/configs/mt8183.h index ee31c02..1f97382 100644 --- a/include/configs/mt8183.h +++ b/include/configs/mt8183.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 0x11005200 -#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 0x11005200 +#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