mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
sunxi: nand: Increase CONFIG_SYS_NAND_MAX_ECCPOS value
On some sunxi boards we have NANDs exposing 1664 OOB bytes per page. Define the CONFIG_SYS_NAND_MAX_ECCPOS value accordingly. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
This commit is contained in:
parent
c1fe6b5b5e
commit
a0dfa88b4e
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@
|
|||
#define CONFIG_SERIAL_TAG
|
||||
|
||||
#ifdef CONFIG_NAND_SUNXI
|
||||
#define CONFIG_SYS_NAND_MAX_ECCPOS 1664
|
||||
#define CONFIG_SPL_NAND_SUPPORT 1
|
||||
#define CONFIG_SYS_NAND_ONFI_DETECTION
|
||||
#define CONFIG_SYS_MAX_NAND_DEVICE 8
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue