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_logic.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/omap3_logic.h') diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 8bd3634..ecd5615 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -105,7 +105,6 @@ * Board NAND Info. */ #define CONFIG_SYS_NAND_BASE NAND_BASE -#define CONFIG_SYS_NAND_QUIET_TEST #define CONFIG_NAND_OMAP_GPMC #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ /* to access nand */ -- cgit v1.1