]> git.dujemihanovic.xyz Git - u-boot.git/commit
M5329EVB, M5373EVB: Remove CONFIG_NANDFLASH_SIZE
authorTom Rini <trini@konsulko.com>
Thu, 24 Mar 2022 21:17:57 +0000 (17:17 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2022 14:28:47 +0000 (10:28 -0400)
commitac28e20842f5a93aeb62bc0c2cac67ff1f0885ea
tree872cdef5dd7f8c3e93da9430b9ef47c48fea20c1
parent225aaacf361dbd894a4a8b81bf5beba484c0e3cd
M5329EVB, M5373EVB: Remove CONFIG_NANDFLASH_SIZE

In the case of M5373EVB we always had NANDFLASH_SIZE=16, so just use it
directly.  In the case of M5329EVB we had not removed the rest of NAND
support when saying we didn't have NAND, so instead use that to key off
of rather than NANDFLASH_SIZE.

Cc: TsiChung Liew <Tsi-Chung.Liew@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
configs/M5329AFEE_defconfig
configs/M5329BFEE_defconfig
configs/M5373EVB_defconfig
include/configs/M5329EVB.h
include/configs/M5373EVB.h