diff options
author | Adam Ford <aford173@gmail.com> | 2020-07-03 08:09:45 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-28 16:18:10 -0400 |
commit | 38791064142776c635fa3279dde4990eaed5fe35 (patch) | |
tree | 569ca467d43f06cc15f72584c338a5fef0d3e66c /configs/igep00x0_defconfig | |
parent | 0c4a63438cf78b3c9a971347435ce34edbe1658d (diff) | |
download | u-boot-38791064142776c635fa3279dde4990eaed5fe35.tar.gz u-boot-38791064142776c635fa3279dde4990eaed5fe35.tar.bz2 u-boot-38791064142776c635fa3279dde4990eaed5fe35.zip |
Convert CONFIG_SPL_NAND_BASE et al to Kconfig
This converts the following to Kconfig:
CONFIG_SPL_NAND_BASE
CONFIG_SPL_NAND_IDENT
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/igep00x0_defconfig')
-rw-r--r-- | configs/igep00x0_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/igep00x0_defconfig b/configs/igep00x0_defconfig index 1bc36cab80..3a3f0d0a5d 100644 --- a/configs/igep00x0_defconfig +++ b/configs/igep00x0_defconfig @@ -21,6 +21,7 @@ CONFIG_SPL_MTD_SUPPORT=y CONFIG_SPL_NAND_DRIVERS=y CONFIG_SPL_NAND_ECC=y CONFIG_SPL_NAND_SIMPLE=y +CONFIG_SPL_NAND_BASE=y CONFIG_SPL_UBI=y CONFIG_SPL_UBI_MAX_VOL_LEBS=256 CONFIG_SPL_UBI_MAX_PEB_SIZE=262144 |