]> git.ipfire.org Git - thirdparty/u-boot.git/commit - common/spl/Kconfig
spl: allow using nand base without standard nand driver
authorWeijie Gao <weijie.gao@mediatek.com>
Fri, 20 May 2022 03:23:53 +0000 (11:23 +0800)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 13 Jul 2022 21:03:37 +0000 (23:03 +0200)
commit4c4bf046a528947c843ec703f667cd36b88e315a
treea6a42a4028195081325bec11eda734f0b5663a8e
parent3ab8beaadca43be24893072619ab14a213788860
spl: allow using nand base without standard nand driver

This patch removes the dependency to SPL_NAND_DRIVERS for SPL_NAND_BASE to
allow minimal spl nand driver to use nand base for probing NAND chips.

Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
common/spl/Kconfig