
On Tue, Nov 29, 2016 at 02:31:28PM +0100, Fabien Parent wrote:
The default AIS image generated contains the SPL, but the latter is not able to load u-boot because the NAND configuration is missing. This series adds SPL NAND boot support and results in the AIS image that is generated able to boot from NAND.
Fabien Parent (6): NAND: davinci: add support for NAND chips with 16 bits bus davinci: omapl138_lcdk: use correct define for 16 bit NAND chips davinci: omapl138_lcdk: use correct name for CONFIG_SYS_NAND_MASK_CLE davinci: omapl138_lcdk: use correct name for CONFIG_SYS_NAND_MASK_ALE davinci: omapl138_lck: remove obsolete define davinci: omapl138_lcdk: add NAND SPL boot support
board/davinci/da8xxevm/README.omapl138-lcdk | 28 ------------------------ configs/omapl138_lcdk_defconfig | 3 +++ drivers/mtd/nand/davinci_nand.c | 3 +++ include/configs/omapl138_lcdk.h | 34 +++++++++++++++++++++++++---- scripts/config_whitelist.txt | 3 --- 5 files changed, 36 insertions(+), 35 deletions(-) delete mode 100644 board/davinci/da8xxevm/README.omapl138-lcdk
Everything looks good, so I've reviewed-by'd it. But it also shows a number of things which should be converted to Kconfig (I stumbled onto in looking at why you didn't set SYS_NAND_BUSWIDTH_16BIT via defconfig). Do you have time to move the davinci NAND driver to Kconfig while in here? Thanks!
-- 2.10.2