From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 27 Aug 2015 06:53:30 +0200 Subject: [U-Boot] [PATCH 01/10] configs: remove remnants of CONFIG_SYS_NAND_QUIET_TEST In-Reply-To: <1440600893-20542-2-git-send-email-grinberg@compulab.co.il> References: <1440600893-20542-1-git-send-email-grinberg@compulab.co.il> <1440600893-20542-2-git-send-email-grinberg@compulab.co.il> Message-ID: <55DE97CA.7050204@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26.08.2015 16:54, Igor Grinberg wrote: > The config option has been removed by one of the syncs with the Linux > mainline MTD subsystem: > ff94bc40af (mtd, ubi, ubifs: resync with Linux-3.14) > It has been left inside the config files. Currently does not look to > serve any purpose, so remove it now from all the configs. > > Signed-off-by: Igor Grinberg > Cc: Matthias Fuchs > Cc: Stefan Roese > Cc: "Albert ARIBAUD (3ADEV)" > Cc: Peter Barada > Cc: Steve Sakoman > Cc: Peter Tyser > Cc: Joe Hershberger > Cc: Simon Glass Acked-by: Stefan Roese Thanks, Stefan