diff options
author | Scott Wood <scottwood@freescale.com> | 2008-06-26 14:06:52 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2008-08-12 11:31:30 -0500 |
commit | acdab5c33f1ea6f5e08f06f08bc64af23ff40d71 (patch) | |
tree | 18776212aae85d8b0d8e13a594323c57d3f8578a | |
parent | c3db8c649c6ab3da2f1411c4c6d61aecea054aa4 (diff) | |
download | u-boot-imx-acdab5c33f1ea6f5e08f06f08bc64af23ff40d71.zip u-boot-imx-acdab5c33f1ea6f5e08f06f08bc64af23ff40d71.tar.gz u-boot-imx-acdab5c33f1ea6f5e08f06f08bc64af23ff40d71.tar.bz2 |
mpc8313erdb: Enable NAND in config.
Signed-off-by: Scott Wood <scottwood@freescale.com>
-rw-r--r-- | include/configs/MPC8313ERDB.h | 2 |
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 */ \ |