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/M5208EVBE.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/M5208EVBE.h')
-rw-r--r-- | include/configs/M5208EVBE.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/M5208EVBE.h b/include/configs/M5208EVBE.h index e0c8d361d16..6a69ac45aee 100644 --- a/include/configs/M5208EVBE.h +++ b/include/configs/M5208EVBE.h @@ -13,7 +13,6 @@ * High Level Configuration Options * (easy to change) */ -#define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) #undef CONFIG_WATCHDOG |