|
@@ -39,6 +39,7 @@
|
|
|
#include <asm/hardware.h> /* needed for port definitions */
|
|
|
|
|
|
#define CONFIG_MISC_INIT_R
|
|
|
+#define CONFIG_BOARD_EARLY_INIT_F
|
|
|
|
|
|
/*--------------------------------------------------------------------------*/
|
|
|
#define CONFIG_SYS_TEXT_BASE 0x00000000
|
|
@@ -174,8 +175,9 @@
|
|
|
#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 19200, 38400, 57600, 9600 }
|
|
|
|
|
|
#define CONFIG_BAUDRATE 115200
|
|
|
-#define CONFIG_AT91RM9200_USART
|
|
|
-#define CONFIG_DBGU /* define DBGU as console */
|
|
|
+#define CONFIG_ATMEL_USART
|
|
|
+#define CONFIG_USART_BASE ATMEL_BASE_DBGU
|
|
|
+#define CONFIG_USART_ID 0/* ignored in arm */
|
|
|
|
|
|
/*
|
|
|
* network
|