[U-Boot-Users] [PATCH 1/2] mpc8313erdb: Enable NAND in config.

5 Aug
2008
5 Aug
'08
12:43 a.m.
Signed-off-by: Scott Wood scottwood@freescale.com --- Applied to u-boot-nand-flash/testing.
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 */ \
--
1.5.6.rc1.6.gc53ad
6120
Age (days ago)
6120
Last active (days ago)
0 comments
1 participants
participants (1)
-
Scott Wood