summaryrefslogtreecommitdiff
path: root/configs/am43xx_evm_qspiboot_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-24 21:19:12 -0400
committerTom Rini <trini@konsulko.com>2021-08-31 17:47:49 -0400
commitca2b13c8859e1fbaa550405477c695f769626ffb (patch)
tree433884d26c7e87fb967659b00c1e76f3cfbb4c14 /configs/am43xx_evm_qspiboot_defconfig
parentc224cfd86cfa22d564438931e97c9926791b54ce (diff)
downloadu-boot-ca2b13c8859e1fbaa550405477c695f769626ffb.tar.gz
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/am43xx_evm_qspiboot_defconfig')
-rw-r--r--configs/am43xx_evm_qspiboot_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am43xx_evm_qspiboot_defconfig b/configs/am43xx_evm_qspiboot_defconfig
index 3962648de5..6c42cbb1d5 100644
--- a/configs/am43xx_evm_qspiboot_defconfig
+++ b/configs/am43xx_evm_qspiboot_defconfig
@@ -11,7 +11,7 @@ CONFIG_DEFAULT_DEVICE_TREE="am437x-sk-evm"
CONFIG_AM43XX=y
CONFIG_ENV_OFFSET_REDUND=0x120000
CONFIG_DISTRO_DEFAULTS=y
-CONFIG_SYS_EXTRA_OPTIONS="QSPI,QSPI_BOOT"
+CONFIG_SYS_EXTRA_OPTIONS="QSPI"
CONFIG_QSPI_BOOT=y
CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd"
CONFIG_SYS_CONSOLE_INFO_QUIET=y