diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-23 13:06:36 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-23 13:06:36 -0400 |
commit | a7fc1e12ad970c2c02b2728b23ae26008f55c9db (patch) | |
tree | 5989d61872cb217556a626ed1a9919edf283c810 /include/configs/xfi3.h | |
parent | 2e6132d835631946b7a67dedd8f5bc902304b0f9 (diff) |
Convert CONFIG_NETCONSOLE to Kconfig
This converts the following to Kconfig:
CONFIG_NETCONSOLE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/xfi3.h')
-rw-r--r-- | include/configs/xfi3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/xfi3.h b/include/configs/xfi3.h index 4fc7154fff..80849129b9 100644 --- a/include/configs/xfi3.h +++ b/include/configs/xfi3.h @@ -31,8 +31,6 @@ #ifdef CONFIG_CMD_USB #define CONFIG_EHCI_MXS_PORT0 #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 - -#define CONFIG_NETCONSOLE #endif /* The rest of the configuration is shared */ |