summaryrefslogtreecommitdiff
path: root/configs/sama5d3_xplained_nandflash_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2020-07-03 08:09:45 -0500
committerTom Rini <trini@konsulko.com>2020-07-28 16:18:10 -0400
commit38791064142776c635fa3279dde4990eaed5fe35 (patch)
tree569ca467d43f06cc15f72584c338a5fef0d3e66c /configs/sama5d3_xplained_nandflash_defconfig
parent0c4a63438cf78b3c9a971347435ce34edbe1658d (diff)
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/sama5d3_xplained_nandflash_defconfig')
-rw-r--r--configs/sama5d3_xplained_nandflash_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sama5d3_xplained_nandflash_defconfig b/configs/sama5d3_xplained_nandflash_defconfig
index d8c07f7215..5e67e5c08d 100644
--- a/configs/sama5d3_xplained_nandflash_defconfig
+++ b/configs/sama5d3_xplained_nandflash_defconfig
@@ -28,6 +28,7 @@ CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk mtdparts=atmel_nand:256k(boots
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_SPL_NAND_SUPPORT=y
CONFIG_SPL_NAND_DRIVERS=y
+CONFIG_SPL_NAND_BASE=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_FLASH is not set