diff options
| author | Scott Wood <[email protected]> | 2015-03-24 13:25:02 -0700 |
|---|---|---|
| committer | York Sun <[email protected]> | 2015-04-23 16:46:50 -0700 |
| commit | b2d5ac59859fa946e47fb6ab1f4f3486d4988680 (patch) | |
| tree | 6c148fbcd0a66138d4d98dcf050df44d24fbef06 /drivers/mtd | |
| parent | 39b0bbbb23076a7109eeb20b6ae812edcd60ffc2 (diff) | |
armv8/ls2085aqds: NAND boot support
This adds NAND boot support for LS2085AQDS, using SPL framework.
Details of forming NAND image can be found in README.
Signed-off-by: Scott Wood <[email protected]>
[York Sun: Remove +S from defconfig after commit 252ed872]
Signed-off-by: York Sun <[email protected]>
Diffstat (limited to 'drivers/mtd')
| -rw-r--r-- | drivers/mtd/nand/fsl_ifc_spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/fsl_ifc_spl.c b/drivers/mtd/nand/fsl_ifc_spl.c index 2fb9fb12c41..fccbfb5129d 100644 --- a/drivers/mtd/nand/fsl_ifc_spl.c +++ b/drivers/mtd/nand/fsl_ifc_spl.c @@ -66,7 +66,7 @@ static inline void nand_wait(uchar *buf, int bufnum, int page_size) { struct fsl_ifc_runtime *ifc = runtime_regs_address(); u32 status; - u32 eccstat[4]; + u32 eccstat[8]; int bufperpage = page_size / 512; int bufnum_end, i; |
