diff options
author | Tom Rini | 2022-03-24 17:17:57 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-01 10:28:47 -0400 |
commit | ac28e20842f5a93aeb62bc0c2cac67ff1f0885ea (patch) | |
tree | 872cdef5dd7f8c3e93da9430b9ef47c48fea20c1 /configs/M5373EVB_defconfig | |
parent | 225aaacf361dbd894a4a8b81bf5beba484c0e3cd (diff) |
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>
Diffstat (limited to 'configs/M5373EVB_defconfig')
-rw-r--r-- | configs/M5373EVB_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/M5373EVB_defconfig b/configs/M5373EVB_defconfig index ac9680ba2e9..60b08c45aac 100644 --- a/configs/M5373EVB_defconfig +++ b/configs/M5373EVB_defconfig @@ -7,7 +7,6 @@ CONFIG_DEFAULT_DEVICE_TREE="M5373EVB" CONFIG_TARGET_M5373EVB=y CONFIG_MCFTMR=y CONFIG_SYS_LOAD_ADDR=0x40010000 -CONFIG_SYS_EXTRA_OPTIONS="NANDFLASH_SIZE=16" CONFIG_BOOTDELAY=1 # CONFIG_DISPLAY_BOARDINFO is not set # CONFIG_CMDLINE_EDITING is not set |