diff options
Diffstat (limited to 'include/configs/atstk1002.h')
-rw-r--r-- | include/configs/atstk1002.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/configs/atstk1002.h b/include/configs/atstk1002.h index 458ebab..717f540 100644 --- a/include/configs/atstk1002.h +++ b/include/configs/atstk1002.h @@ -62,9 +62,10 @@ */ #define CFG_PLL0_OPT 0x04 -#define CFG_USART1 1 - -#define CFG_CONSOLE_UART_DEV DEVICE_USART1 +#undef CONFIG_USART0 +#define CONFIG_USART1 1 +#undef CONFIG_USART2 +#undef CONFIG_USART3 /* User serviceable stuff */ #define CONFIG_CMDLINE_TAG 1 |