From adadb0e939624ffaad728fa857d4b8992368ca71 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Tue, 16 Jun 2015 11:12:41 +0200 Subject: [PATCH] kconfig: nand: fix selection of SYS_NAND_SELF_INIT --- drivers/mtd/nand/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index ebbc2d4a56..791699922e 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -54,14 +54,13 @@ endif config NAND_MXC bool "Support Freescale i.MX NAND controller" - select SYS_NAND_SELF_INIT if SPL + select SYS_NAND_SELF_INIT help Enable support for the Freescale NAND controller found on i.MX processors. config NAND_MXS bool "Support Freescale GPMI NAND controller" - select SYS_NAND_SELF_INIT if SPL help Enable support for the Freescale GPMI NAND controller found on i.MX28 and i.MX6 processors. -- 2.39.2