diff options
author | Prabhakar Kushwaha | 2013-04-04 18:44:06 +0000 |
---|---|---|
committer | Scott Wood | 2013-05-22 16:53:42 -0500 |
commit | a1b81ab26fbbdcbaa6e2a096397c75415181c298 (patch) | |
tree | bda14d8f39dc1c41ad70e2ed8bed0b12cbd4af7f /include/nand.h | |
parent | 453db36863668df08078838029d988b72f0ee994 (diff) |
nand/fsl_ifc: Convert to self-init
Convert NAND IFC driver to support CONFIG_SYS_NAND_SELF_INIT.
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Diffstat (limited to 'include/nand.h')
-rw-r--r-- | include/nand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/nand.h b/include/nand.h index f0f3bf94b55..4f965235b6e 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 |