X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx25pdk.h;h=efca2875397e7b7b51428c4a678463ee899fcbc7;hb=de6f604de245b19ce2e330bc63b6522af134d7ae;hp=fc80a71f6300a9587c7b54ef26cf444bab1845ea;hpb=419adbfbcba2f818d84eec6ed3f70173a4d67efa;p=u-boot diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index fc80a71f63..efca287539 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -28,6 +28,8 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG +#define CONFIG_MACH_TYPE MACH_TYPE_MX25_3DS + /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) @@ -52,10 +54,9 @@ /* Serial Info */ #define CONFIG_MXC_UART -#define CONFIG_SYS_MX25_UART1 +#define CONFIG_MXC_UART_BASE UART1_BASE #define CONFIG_CONS_INDEX 1 /* use UART0 for console */ #define CONFIG_BAUDRATE 115200 /* Default baud rate */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* No NOR flash present */ #define CONFIG_ENV_OFFSET (6 * 64 * 1024) @@ -63,7 +64,6 @@ #define CONFIG_ENV_IS_NOWHERE #define CONFIG_SYS_NO_FLASH -#define CONFIG_SYS_64BIT_VSPRINTF /* U-Boot general configuration */ #define CONFIG_SYS_PROMPT "MX25PDK U-Boot > " @@ -87,7 +87,6 @@ #define CONFIG_FEC_MXC_PHYADDR 0x1f #define CONFIG_MII #define CONFIG_CMD_NET -#define CONFIG_NET_MULTI #define CONFIG_ENV_OVERWRITE #define CONFIG_BOOTDELAY 3