X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fat91rm9200ek.h;h=7e6c1554cbce573e5a237477036f41eefacc5222;hb=79874ae9341d000d7428ae05d3bce54d90adb81c;hp=ee199ab014b78f04490d8f3cbc5c9c381305d648;hpb=6a372e940d1d1cd1999f646bc2cc8bc3884fa4eb;p=u-boot diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h index ee199ab014..7e6c1554cb 100644 --- a/include/configs/at91rm9200ek.h +++ b/include/configs/at91rm9200ek.h @@ -73,6 +73,8 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG +#define CONFIG_BOARD_EARLY_INIT_F + /* * Memory Configuration */ @@ -123,8 +125,9 @@ * CONFIG_DBGU is DBGU unit on J10 * CONFIG_USART1 is USART1 on J14 */ -#define CONFIG_AT91RM9200_USART -#define CONFIG_DBGU +#define CONFIG_ATMEL_USART +#define CONFIG_USART_BASE ATMEL_BASE_DBGU +#define CONFIG_USART_ID 0/* ignored in arm */ #define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 } #define CONFIG_BAUDRATE 115200 @@ -144,7 +147,6 @@ /* * Network Driver Setting */ -#define CONFIG_NET_MULTI #define CONFIG_DRIVER_AT91EMAC #define CONFIG_SYS_RX_ETH_BUFFER 16 #define CONFIG_RMII