diff options
author | Andreas Bießmann <biessmann@corscience.de> | 2010-11-04 23:15:31 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-05-18 07:56:50 +0200 |
commit | f4278b716c2925b4dcf18b94f0ff932d4736cd5d (patch) | |
tree | 53068e409b65794be28d2fa4deb6ef959b632de0 /include/configs/atstk1006.h | |
parent | 5d73bc7af75b004d4eb343572e3ff5bc5727a048 (diff) | |
download | u-boot-imx-f4278b716c2925b4dcf18b94f0ff932d4736cd5d.zip u-boot-imx-f4278b716c2925b4dcf18b94f0ff932d4736cd5d.tar.gz u-boot-imx-f4278b716c2925b4dcf18b94f0ff932d4736cd5d.tar.bz2 |
avr32: fixup definitions to ATMEL_BASE_xxx
Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
Diffstat (limited to 'include/configs/atstk1006.h')
-rw-r--r-- | include/configs/atstk1006.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/configs/atstk1006.h b/include/configs/atstk1006.h index 8cbaf75..e8553fc 100644 --- a/include/configs/atstk1006.h +++ b/include/configs/atstk1006.h @@ -85,10 +85,8 @@ */ #define CONFIG_SYS_PLL0_OPT 0x04 -#undef CONFIG_USART0 -#define CONFIG_USART1 1 -#undef CONFIG_USART2 -#undef CONFIG_USART3 +#define CONFIG_USART_BASE ATMEL_BASE_USART1 +#define CONFIG_USART_ID 1 /* User serviceable stuff */ #define CONFIG_DOS_PARTITION 1 |