summaryrefslogtreecommitdiff
path: root/configs/ls1021aiot_qspi_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-25 04:19:12 +0300
committerTom Rini <trini@konsulko.com>2021-09-01 00:47:49 +0300
commitca2b13c8859e1fbaa550405477c695f769626ffb (patch)
tree433884d26c7e87fb967659b00c1e76f3cfbb4c14 /configs/ls1021aiot_qspi_defconfig
parentc224cfd86cfa22d564438931e97c9926791b54ce (diff)
downloadu-boot-ca2b13c8859e1fbaa550405477c695f769626ffb.tar.xz
Convert CONFIG_QSPI_BOOT to Kconfig
This converts the following to Kconfig: CONFIG_QSPI_BOOT Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1021aiot_qspi_defconfig')
-rw-r--r--configs/ls1021aiot_qspi_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls1021aiot_qspi_defconfig b/configs/ls1021aiot_qspi_defconfig
index 5e2d725959..22271133a7 100644
--- a/configs/ls1021aiot_qspi_defconfig
+++ b/configs/ls1021aiot_qspi_defconfig
@@ -12,7 +12,7 @@ CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="ls1021a-iot-duart"
CONFIG_AHCI=y
CONFIG_SYS_LOAD_ADDR=0x82000000
-CONFIG_SYS_EXTRA_OPTIONS="QSPI_BOOT"
+CONFIG_QSPI_BOOT=y
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_MISC_INIT_R=y
CONFIG_ID_EEPROM=y