diff options
author | Tom Rini | 2021-10-30 23:03:53 -0400 |
---|---|---|
committer | Tom Rini | 2021-11-05 11:23:29 -0400 |
commit | 74337aa4506c76e790ab45ad4f4ab854f25d19da (patch) | |
tree | 94fffbe08db75554289fbbce3fd415255fb1337e /include/configs/amcore.h | |
parent | 61e1972e73df818013adeec750a402fcf298f137 (diff) |
Convert CONFIG_MCFUART to Kconfig
This converts the following to Kconfig:
CONFIG_MCFUART
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/amcore.h')
-rw-r--r-- | include/configs/amcore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/amcore.h b/include/configs/amcore.h index ee2df6c6cf6..fd05ea69e3b 100644 --- a/include/configs/amcore.h +++ b/include/configs/amcore.h @@ -11,7 +11,6 @@ #define CONFIG_HOSTNAME "AMCORE" #define CONFIG_MCFTMR -#define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT 0 #define CONFIG_BOOTCOMMAND "bootm ffc20000" |