Re: [U-Boot] [PATCH] nios2: move command line configuration to Kconfig

2015-09-06 Thread Thomas Chou
On 08/28/2015 09:48 AM, Thomas Chou wrote: 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 menu

[U-Boot] [PATCH] nios2: move command line configuration to Kconfig

2015-08-27 Thread Thomas Chou
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 ---