diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-09 12:39:37 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-09 17:30:47 -0400 |
commit | 88bede7f581faec0be4a20d064dde99cb2b8ec99 (patch) | |
tree | 164105bb27381c966aa4a370973d089ff5d0a3f6 /include/configs/wb45n.h | |
parent | 13eea81a48683a48fa118424f13407a2d6f26490 (diff) | |
download | u-boot-88bede7f581faec0be4a20d064dde99cb2b8ec99.tar.gz |
Convert CONFIG_ATMEL_USART to Kconfig
This converts the following to Kconfig:
CONFIG_ATMEL_USART
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/wb45n.h')
-rw-r--r-- | include/configs/wb45n.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/wb45n.h b/include/configs/wb45n.h index f13ad112f7..8b333de8cf 100644 --- a/include/configs/wb45n.h +++ b/include/configs/wb45n.h @@ -22,7 +22,6 @@ #define CONFIG_ATMEL_LEGACY /* required until (g)pio is fixed */ /* serial console */ -#define CONFIG_ATMEL_USART #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS |