summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-08-26 13:24:35 (GMT)
committerThomas Chou <thomas@wytron.com.tw>2015-10-22 23:28:37 (GMT)
commitca1d80c02f6b5c227311e287bb05122e04ade1c6 (patch)
tree35c00c385d1c33ad3651684f37c83c10025a105f /configs
parent9f13b6d147dc74f2400ce18d9d4005ba53f21fd3 (diff)
downloadu-boot-fsl-qoriq-ca1d80c02f6b5c227311e287bb05122e04ade1c6.tar.xz
nios2: move command line configuration to Kconfig
This patch moves command line configuration from board header file to board defconfig in the way of Kconfig. The change passed savedefconfig. This fixes warnings such as : "CONFIG_SYS_HUSH_PARSER" redefined, when "Use hush shell" is selected with menuconfig, etc. Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'configs')
-rw-r--r--configs/nios2-generic_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/nios2-generic_defconfig b/configs/nios2-generic_defconfig
index 573a084..5f93394 100644
--- a/configs/nios2-generic_defconfig
+++ b/configs/nios2-generic_defconfig
@@ -1,9 +1,12 @@
CONFIG_NIOS2=y
CONFIG_TARGET_NIOS2_GENERIC=y
+CONFIG_HUSH_PARSER=y
# CONFIG_CMD_BOOTD is not set
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_XIMG is not set
# CONFIG_CMD_FPGA is not set
# CONFIG_CMD_ITEST is not set
# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_DHCP=y
# CONFIG_CMD_NFS is not set
+CONFIG_CMD_PING=y