mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
committed by
Scott Wood
parent
453db36863
commit
a1b81ab26f
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user