From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Mon, 7 Sep 2015 10:22:07 +0800 Subject: [U-Boot] [PATCH] nios2: move command line configuration to Kconfig In-Reply-To: <1440726497-5153-1-git-send-email-thomas@wytron.com.tw> References: <1440726497-5153-1-git-send-email-thomas@wytron.com.tw> Message-ID: <55ECF4CF.2050803@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 menuconfig, etc. > > Signed-off-by: Thomas Chou > --- > configs/nios2-generic_defconfig | 3 +++ > include/configs/nios2-generic.h | 9 +-------- > 2 files changed, 4 insertions(+), 8 deletions(-) Applied to u-boot-nios.