diff options
Diffstat (limited to 'include/configs/favr-32-ezkit.h')
-rw-r--r-- | include/configs/favr-32-ezkit.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/configs/favr-32-ezkit.h b/include/configs/favr-32-ezkit.h index a65fbd4..e723ad1 100644 --- a/include/configs/favr-32-ezkit.h +++ b/include/configs/favr-32-ezkit.h @@ -82,10 +82,8 @@ */ #define CONFIG_SYS_PLL0_OPT 0x04 -#undef CONFIG_USART0 -#undef CONFIG_USART1 -#undef CONFIG_USART2 -#define CONFIG_USART3 1 +#define CONFIG_USART_BASE ATMEL_BASE_USART3 +#define CONFIG_USART_ID 3 /* User serviceable stuff */ #define CONFIG_DOS_PARTITION 1 |