X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fudoo.h;h=d85cf7808c7eefc446cc5fd9c121b81cffe498fc;hb=6786ce1ce14feb4d02854a0c04bc0cce505be46e;hp=8af5151c503d65ce6bd00e523b8cf8249693700d;hpb=c4ee4fe92e9be120be6d12718273dec6b63cc7d9;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/udoo.h b/include/configs/udoo.h index 8af5151..d85cf78 100644 --- a/include/configs/udoo.h +++ b/include/configs/udoo.h @@ -10,14 +10,12 @@ #include "mx6_common.h" -#include "imx6_spl.h" - -#define CONFIG_MXC_UART_BASE UART2_BASE +#define CFG_MXC_UART_BASE UART2_BASE /* MMC Configuration */ #define CFG_SYS_FSL_ESDHC_ADDR 0 -#define CONFIG_EXTRA_ENV_SETTINGS \ +#define CFG_EXTRA_ENV_SETTINGS \ "console=ttymxc1,115200\0" \ "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ @@ -51,9 +49,9 @@ /* Physical Memory Map */ #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR -#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM -#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR -#define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE +#define CFG_SYS_SDRAM_BASE PHYS_SDRAM +#define CFG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR +#define CFG_SYS_INIT_RAM_SIZE IRAM_SIZE /* Environment organization */