summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2008-06-26 19:06:52 (GMT)
committerScott Wood <scottwood@freescale.com>2008-08-12 16:31:30 (GMT)
commitacdab5c33f1ea6f5e08f06f08bc64af23ff40d71 (patch)
tree18776212aae85d8b0d8e13a594323c57d3f8578a
parentc3db8c649c6ab3da2f1411c4c6d61aecea054aa4 (diff)
downloadu-boot-fsl-qoriq-acdab5c33f1ea6f5e08f06f08bc64af23ff40d71.tar.xz
mpc8313erdb: Enable NAND in config.
Signed-off-by: Scott Wood <scottwood@freescale.com>
-rw-r--r--include/configs/MPC8313ERDB.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/MPC8313ERDB.h b/include/configs/MPC8313ERDB.h
index d547681..3a644d3 100644
--- a/include/configs/MPC8313ERDB.h
+++ b/include/configs/MPC8313ERDB.h
@@ -224,6 +224,8 @@
#define CFG_MAX_NAND_DEVICE 1
#define NAND_MAX_CHIPS 1
#define CONFIG_MTD_NAND_VERIFY_WRITE
+#define CONFIG_CMD_NAND 1
+#define CONFIG_NAND_FSL_ELBC 1
#define CFG_BR1_PRELIM ( CFG_NAND_BASE \
| (2<<BR_DECC_SHIFT) /* Use HW ECC */ \