summaryrefslogtreecommitdiff
path: root/configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2017-08-07 21:37:18 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-12 13:18:47 (GMT)
commit5bbc265becbec9ce1e489760eb34922ac8c0bed9 (patch)
tree9d69a188c31913a207c5f0a37c7b4975cc45583d /configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig
parent0d43fded20e390e2e779ae4fa831fc00157f454a (diff)
downloadu-boot-fsl-qoriq-5bbc265becbec9ce1e489760eb34922ac8c0bed9.tar.xz
Convert CONFIG_NAND to Kconfig
This converts the following to Kconfig: CONFIG_NAND Signed-off-by: Adam Ford <aford173@gmail.com> [trini: Sync up a few more, add imply's] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig')
-rw-r--r--configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig b/configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig
index 9a0fa33..3bfdf99 100644
--- a/configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig
+++ b/configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig
@@ -12,7 +12,7 @@ CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
-CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,NAND"
+CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL"
CONFIG_BOOTDELAY=0
CONFIG_SILENT_CONSOLE=y
# CONFIG_CONSOLE_MUX is not set
@@ -41,6 +41,7 @@ CONFIG_DM=y
CONFIG_SPL_DM=y
CONFIG_SYS_FSL_DDR3=y
CONFIG_MTD_NOR_FLASH=y
+CONFIG_NAND=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_PHYLIB=y