mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
3ab8beaadc
commit
4c4bf046a5
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,7 @@ config SPL_NAND_SIMPLE
|
|||
expose the cmd_ctrl() interface.
|
||||
|
||||
config SPL_NAND_BASE
|
||||
depends on SPL_NAND_DRIVERS
|
||||
depends on SPL_NAND_SUPPORT
|
||||
bool "Use Base NAND Driver"
|
||||
help
|
||||
Include nand_base.c in the SPL.
|
||||
|
|
Loading…
Reference in a new issue