]> git.dujemihanovic.xyz Git - u-boot.git/commit
ls1043ardb: nand driver fixups for revision v7.0 boards
authorWei Lu <w.lu@nxp.com>
Mon, 26 Sep 2022 08:18:49 +0000 (16:18 +0800)
committerPeng Fan <peng.fan@nxp.com>
Mon, 17 Oct 2022 07:17:56 +0000 (15:17 +0800)
commite6b719af9a1174038a60f5918624befe80eac847
treecb573bc4dee4eab5854bd7cab892f0c88e686940
parent0c3eec2aea8fba147c9eee48577f1dcab57c1174
ls1043ardb: nand driver fixups for revision v7.0 boards

The LS1043ARDB rev v7.0 board replace nand device MT29F4G08ABBDAH4-AITX:D
with MT29F4G08ABBFAH4-AIT:F. Reflecting this change in board_fix_fdt().
CPLD V3.0 is needed for nandboot as the nand device changed.
A new macro CPLD_CFG_RCW_SRC_NAND_4K(4Kpage) is added to distinguish from
CPLD_CFG_RCW_SRC_NAND(2Kpage) to support nandboot on rev v7.0 board.

Signed-off-by: Wei Lu <w.lu@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/freescale/ls1043ardb/cpld.c
board/freescale/ls1043ardb/cpld.h
board/freescale/ls1043ardb/ls1043ardb.c