From e0bed6b67dcd0273b4c98df52835fda14f88904a Mon Sep 17 00:00:00 2001 From: Igor Grinberg Date: Wed, 26 Aug 2015 17:54:44 +0300 Subject: configs: remove remnants of CONFIG_SYS_NAND_QUIET_TEST 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 --- include/configs/omap3_overo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/omap3_overo.h') diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index 53ff61d10c..3b1e5d7ff8 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -88,7 +88,6 @@ #endif /* CONFIG_NAND */ /* Board NAND Info. */ -#define CONFIG_SYS_NAND_QUIET_TEST #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ /* to access nand */ /* Environment information */ -- cgit