From a1b81ab26fbbdcbaa6e2a096397c75415181c298 Mon Sep 17 00:00:00 2001 From: Prabhakar Kushwaha Date: Thu, 4 Apr 2013 18:44:06 +0000 Subject: nand/fsl_ifc: Convert to self-init Convert NAND IFC driver to support CONFIG_SYS_NAND_SELF_INIT. Signed-off-by: Prabhakar Kushwaha --- include/nand.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/nand.h') diff --git a/include/nand.h b/include/nand.h index f0f3bf94b5..4f965235b6 100644 --- a/include/nand.h +++ b/include/nand.h @@ -31,7 +31,8 @@ * at the same time, so do it here. When all drivers are * converted, this will go away. */ -#if defined(CONFIG_NAND_FSL_ELBC) || defined(CONFIG_NAND_ATMEL) +#if defined(CONFIG_NAND_FSL_ELBC) || defined(CONFIG_NAND_ATMEL)\ + || defined(CONFIG_NAND_FSL_IFC) #define CONFIG_SYS_NAND_SELF_INIT #endif -- cgit v1.2.3