summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-12-11 13:16:16 +0100
committerMichal Simek <michal.simek@xilinx.com>2016-01-27 15:55:53 +0100
commitb11ec1ab9a25dbb164a1bb5c7f592c5006a767e0 (patch)
tree72042ee13cf2501f913e95fda4eb5979923c85f0
parent27f24a3d62605ce247b2875f26d0ec4c433ad3e9 (diff)
downloadu-boot-imx-b11ec1ab9a25dbb164a1bb5c7f592c5006a767e0.zip
u-boot-imx-b11ec1ab9a25dbb164a1bb5c7f592c5006a767e0.tar.gz
u-boot-imx-b11ec1ab9a25dbb164a1bb5c7f592c5006a767e0.tar.bz2
microblaze: Move CONFIG_NETCONSOLE to Kconfig
Cleanup board file. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--configs/microblaze-generic_defconfig1
-rw-r--r--include/configs/microblaze-generic.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig
index e8146ee..f30e9c1 100644
--- a/configs/microblaze-generic_defconfig
+++ b/configs/microblaze-generic_defconfig
@@ -15,6 +15,7 @@ CONFIG_CMD_DHCP=y
CONFIG_CMD_PING=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_OF_EMBED=y
+CONFIG_NETCONSOLE=y
CONFIG_DM_ETH=y
CONFIG_XILINX_AXIEMAC=y
CONFIG_XILINX_EMACLITE=y
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index a4db3d8..cf7deea 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -286,7 +286,6 @@
#define CONFIG_CMDLINE_EDITING
-#define CONFIG_NETCONSOLE
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
/* Use the HUSH parser */