commit | ca1d80c02f6b5c227311e287bb05122e04ade1c6 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Wed Aug 26 21:24:35 2015 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Fri Oct 23 07:28:37 2015 +0800 |
tree | 35c00c385d1c33ad3651684f37c83c10025a105f | |
parent | 9f13b6d147dc74f2400ce18d9d4005ba53f21fd3 [diff] |
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>