|
@@ -73,6 +73,8 @@
|
|
#define CONFIG_SETUP_MEMORY_TAGS
|
|
#define CONFIG_SETUP_MEMORY_TAGS
|
|
#define CONFIG_INITRD_TAG
|
|
#define CONFIG_INITRD_TAG
|
|
|
|
|
|
|
|
+#define CONFIG_BOARD_EARLY_INIT_F
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Memory Configuration
|
|
* Memory Configuration
|
|
*/
|
|
*/
|
|
@@ -123,8 +125,9 @@
|
|
* CONFIG_DBGU is DBGU unit on J10
|
|
* CONFIG_DBGU is DBGU unit on J10
|
|
* CONFIG_USART1 is USART1 on J14
|
|
* 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_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 }
|
|
#define CONFIG_BAUDRATE 115200
|
|
#define CONFIG_BAUDRATE 115200
|