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/bur_cfg_common.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/bur_cfg_common.h')
-rw-r--r-- | include/configs/bur_cfg_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/bur_cfg_common.h b/include/configs/bur_cfg_common.h index 325ef1e754..05915b4cff 100644 --- a/include/configs/bur_cfg_common.h +++ b/include/configs/bur_cfg_common.h @@ -27,7 +27,6 @@ #define CONFIG_NET_RETRY_COUNT 10 /* Network console */ -#define CONFIG_NETCONSOLE 1 #define CONFIG_BOOTP_MAY_FAIL /* if we don't have DHCP environment */ /* As stated above, the following choices are optional. */ |