mediatek: filogic: use UBI fast map to speed up boot
[openwrt/staging/ldir.git] / package / boot / uboot-mediatek / patches / 001-mtk-0021-spl-allow-using-nand-base-without-standard-nand-driv.patch
1 From 474082b03ae2b569f9daf43f78b91b57f7a1ae50 Mon Sep 17 00:00:00 2001
2 From: Weijie Gao <weijie.gao@mediatek.com>
3 Date: Fri, 20 May 2022 11:23:53 +0800
4 Subject: [PATCH 21/25] spl: allow using nand base without standard nand driver
5
6 This patch removes the dependency to SPL_NAND_DRIVERS for SPL_NAND_BASE to
7 allow minimal spl nand driver to use nand base for probing NAND chips.
8
9 Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
10 ---
11 common/spl/Kconfig | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 --- a/common/spl/Kconfig
15 +++ b/common/spl/Kconfig
16 @@ -764,7 +764,7 @@ config SPL_NAND_SIMPLE
17 expose the cmd_ctrl() interface.
18
19 config SPL_NAND_BASE
20 - depends on SPL_NAND_DRIVERS
21 + depends on SPL_NAND_SUPPORT
22 bool "Use Base NAND Driver"
23 help
24 Include nand_base.c in the SPL.