diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-23 15:53:10 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-23 15:53:10 -0400 |
commit | c84341f5acd6140f361300f02b354a7238f95b72 (patch) | |
tree | 117959487125291e3fb90035c2601638747dec5a /arch | |
parent | 2e6132d835631946b7a67dedd8f5bc902304b0f9 (diff) | |
parent | 4225f2f520f2557fb671e1aa02f9ef8090491be5 (diff) |
Merge branch '2020-08-21-stdio-cleanup'
- Clean up common/stdio.c and migrate some related options to Kconfig
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-kirkwood/include/mach/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/include/mach/config.h b/arch/arm/mach-kirkwood/include/mach/config.h index beedc125b6..3bd032e087 100644 --- a/arch/arm/mach-kirkwood/include/mach/config.h +++ b/arch/arm/mach-kirkwood/include/mach/config.h @@ -58,7 +58,6 @@ * Ethernet Driver configuration */ #ifdef CONFIG_CMD_NET -#define CONFIG_NETCONSOLE /* include NetConsole support */ #define CONFIG_SYS_FAULT_ECHO_LINK_DOWN /* detect link using phy */ #define CONFIG_RESET_PHY_R /* use reset_phy() to init mv8831116 PHY */ #endif /* CONFIG_CMD_NET */ |