Re: [U-Boot] [PATCH v6 2/7] mtd: denali: add Denali NAND driver for SPL

2014-10-04 Thread Masahiro YAMADA
2014-10-03 19:21 GMT+09:00 Masahiro Yamada : > The SPL-mode driver for Denali(Cadence) NAND Flash Memory Controller IP. > > This driver requires two CONFIG macros: > - CONFIG_SPL_NAND_DENALI > Define to enable this driver. > - CONFIG_SYS_NAND_BAD_BLOCK_POS > Specify bad block mark posit

[U-Boot] [PATCH v6 2/7] mtd: denali: add Denali NAND driver for SPL

2014-10-03 Thread Masahiro Yamada
The SPL-mode driver for Denali(Cadence) NAND Flash Memory Controller IP. This driver requires two CONFIG macros: - CONFIG_SPL_NAND_DENALI Define to enable this driver. - CONFIG_SYS_NAND_BAD_BLOCK_POS Specify bad block mark position in the oob space. Typically 0. Signed-off-by: Masahir