From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Thu, 24 Sep 2015 12:53:32 +0300 Subject: [U-Boot] [PATCH 00/10] Kconfig and ti omap configs tidy up In-Reply-To: <1440600893-20542-1-git-send-email-grinberg@compulab.co.il> References: <1440600893-20542-1-git-send-email-grinberg@compulab.co.il> Message-ID: <5603C81C.7060803@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On 08/26/15 17:54, Igor Grinberg wrote: > The patch set is aimed to transferring several config options > from the old config.h configuration style to the new Kconfig > framework and also move some of the existing (in Kconfig) ones > from config.h style to the defconfig style in the ti-omap land. > > It is based on the 7d31c6a (Merge git://git.denx.de/u-boot-pxa) commit > upstream. > > Igor Grinberg (10): > configs: remove remnants of CONFIG_SYS_NAND_QUIET_TEST > Kconfig: fix typo in CONFIG_FIT description Can the above two be applied please? I'm going to rework the below ones (once I've got some time...), but above two can be applied. Thanks! > Kconfig: add CONFIG_BOOTDELAY > Kconfig: add CONFIG_CMD_BOOTZ > ti: omap3: config: remove 1 from boolean define > ti: omap/am: move CONFIG_HUSH_PARSER to defconfig > ti: omap/am: move CONFIG_CMD_BOOTZ to defconfig > ti: omap/am: move CONFIG_CMD_NAND to defconfig > ti: omap/am: move CONFIG_CMD_I2C to defconfig > ti: omap/am: move CONFIG_BOOTDELAY to defconfig [...] -- Regards, Igor.