diff options
author | Tom Rini | 2021-12-11 14:55:50 -0500 |
---|---|---|
committer | Tom Rini | 2021-12-27 08:40:33 -0500 |
commit | 66e0e2b1cd813ca7b857eb998cc5d2838f2c7b18 (patch) | |
tree | 85d25d8c29a6c98f4d2382cdc63c033e3b50ec57 /configs/ls1021aqds_sdcard_ifc_defconfig | |
parent | 98ab831da74e5e845189a35f3d82628c6d175a82 (diff) |
Convert CONFIG_SD_BOOT et al to Kconfig
This converts the following to Kconfig:
CONFIG_SD_BOOT
CONFIG_SD_BOOT_QSPI
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1021aqds_sdcard_ifc_defconfig')
-rw-r--r-- | configs/ls1021aqds_sdcard_ifc_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/ls1021aqds_sdcard_ifc_defconfig b/configs/ls1021aqds_sdcard_ifc_defconfig index e9efcd7fbcc..d0195d13352 100644 --- a/configs/ls1021aqds_sdcard_ifc_defconfig +++ b/configs/ls1021aqds_sdcard_ifc_defconfig @@ -26,7 +26,6 @@ CONFIG_AHCI=y CONFIG_SYS_LOAD_ADDR=0x82000000 CONFIG_FIT=y CONFIG_FIT_VERBOSE=y -CONFIG_SYS_EXTRA_OPTIONS="SD_BOOT" CONFIG_RAMBOOT_PBL=y CONFIG_SYS_FSL_PBL_PBI="board/freescale/ls1021aqds/ls102xa_pbi.cfg" CONFIG_SYS_FSL_PBL_RCW="board/freescale/ls1021aqds/ls102xa_rcw_sd_ifc.cfg" |