diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-11 23:07:36 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-18 12:48:18 -0400 |
commit | cb81640011270dae6346979ef36264a72cf3b565 (patch) | |
tree | 9d7a60914a55c4ac4b025191ff86d0559a529360 /include/configs/corvus.h | |
parent | 5644f3b19d6e1eb7ef0addeefa94f44eda48f209 (diff) | |
download | u-boot-cb81640011270dae6346979ef36264a72cf3b565.tar.gz |
Convert CONFIG_ATMEL_LEGACY to Kconfig
This converts the following to Kconfig:
CONFIG_ATMEL_LEGACY
Cc: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/corvus.h')
-rw-r--r-- | include/configs/corvus.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/corvus.h b/include/configs/corvus.h index c08ef567ed..caadf64626 100644 --- a/include/configs/corvus.h +++ b/include/configs/corvus.h @@ -23,15 +23,10 @@ * hex number here! */ -#define CONFIG_ATMEL_LEGACY /* required until (g)pio is fixed */ - /* ARM asynchronous clock */ #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ -/* general purpose I/O */ -#define CONFIG_ATMEL_LEGACY /* required until (g)pio is fixed */ - /* serial console */ #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS |