summaryrefslogtreecommitdiffstats
path: root/include/nand.h
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2012-01-12 19:42:58 -0600
committerScott Wood <scottwood@freescale.com>2012-01-26 16:09:06 -0600
commitc17834749279b02f31c1d9ce5ca8427b795bb90d (patch)
tree36882f14651882379cbfaca64bf46e9a1b08cce5 /include/nand.h
parent578931b34d0a26974f14640fa4ec3aadeb2145cd (diff)
downloadblackbird-obmc-uboot-c17834749279b02f31c1d9ce5ca8427b795bb90d.tar.gz
blackbird-obmc-uboot-c17834749279b02f31c1d9ce5ca8427b795bb90d.zip
nand/fsl_elbc: Convert to self-init
This driver doesn't yet make use of the added flexibility (not that that should stop anyone from converting...), but it will with the in-progress hack to support 4k-page NAND. Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'include/nand.h')
-rw-r--r--include/nand.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/nand.h b/include/nand.h
index 5dd1710eb2..8b3a1a77a3 100644
--- a/include/nand.h
+++ b/include/nand.h
@@ -24,6 +24,17 @@
#ifndef _NAND_H_
#define _NAND_H_
+#include <config.h>
+
+/*
+ * All boards using a given driver must convert to self-init
+ * at the same time, so do it here. When all drivers are
+ * converted, this will go away.
+ */
+#if defined(CONFIG_NAND_FSL_ELBC)
+#define CONFIG_SYS_NAND_SELF_INIT
+#endif
+
extern void nand_init(void);
#include <linux/mtd/compat.h>
OpenPOWER on IntegriCloud