Re: [PATCH 03/14] Convert CONFIG_NAND_LPC32XX_MLC to Kconfig

2021-10-06 Thread Tom Rini
On Wed, Sep 22, 2021 at 02:50:28PM -0400, Tom Rini wrote: > This converts the following to Kconfig: >CONFIG_NAND_LPC32XX_MLC > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 03/14] Convert CONFIG_NAND_LPC32XX_MLC to Kconfig

2021-09-22 Thread Tom Rini
This converts the following to Kconfig: CONFIG_NAND_LPC32XX_MLC Signed-off-by: Tom Rini --- configs/work_92105_defconfig | 1 + drivers/mtd/nand/raw/Kconfig | 5 + include/configs/work_92105.h | 1 - 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/configs/work_92105_defconfi