
14 Nov
2022
14 Nov
'22
11:50 p.m.
On Sat, 12 Nov 2022 at 15:38, Tom Rini trini@konsulko.com wrote:
This converts the following to Kconfig: CONFIG_SYS_NAND_PAGE_2K CONFIG_SYS_NAND_PAGE_4K
Signed-off-by: Tom Rini trini@konsulko.com
configs/k2l_evm_defconfig | 1 + configs/k2l_hs_evm_defconfig | 1 + drivers/mtd/nand/raw/Kconfig | 13 +++++++++++++ include/configs/da850evm.h | 1 - include/configs/k2e_evm.h | 3 --- include/configs/k2g_evm.h | 3 --- include/configs/k2hk_evm.h | 3 --- include/configs/k2l_evm.h | 3 --- include/configs/omapl138_lcdk.h | 1 - 9 files changed, 15 insertions(+), 14 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org