diff options
| author | Andreas Bießmann <[email protected]> | 2011-06-12 01:49:16 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-07-04 10:55:27 +0200 |
| commit | dbbf13ba7b3a8624016fb369447407c77a8b0f7d (patch) | |
| tree | d91a6b1e1758e04e5e0b80cc6aeff8160b7b6ab8 /include | |
| parent | 5a05cb73566d5bacbd7e6379c265cc160895c0c8 (diff) | |
cpuat91: use atmel_usart
Signed-off-by: Andreas Bießmann <[email protected]>
Cc: Eric Bénard <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/cpuat91.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/configs/cpuat91.h b/include/configs/cpuat91.h index 2bda72bec84..75b881cf844 100644 --- a/include/configs/cpuat91.h +++ b/include/configs/cpuat91.h @@ -54,6 +54,7 @@ #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG +#define CONFIG_BOARD_EARLY_INIT_F #ifndef CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_SYS_USE_MAIN_OSCILLATOR @@ -87,9 +88,9 @@ #define CONFIG_SYS_SDRC_TR_VAL 0x000002E0 /* Write refresh rate */ #endif /* CONFIG_SKIP_LOWLEVEL_INIT */ -/* define one of these to choose the DBGU, USART0 or USART1 as console */ -#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 */ #undef CONFIG_HARD_I2C #undef CONFIG_SOFT_I2C |
