summaryrefslogtreecommitdiff
path: root/configs/socfpga_agilex_atf_defconfig
diff options
context:
space:
mode:
authorSiew Chin Lim <elly.siew.chin.lim@intel.com>2021-03-01 15:04:14 +0300
committerLey Foon Tan <ley.foon.tan@intel.com>2021-03-08 05:59:11 +0300
commit6bf1249a921a47a1ea656ed5d94b2d0ea9c69ff3 (patch)
tree9a070bf9e1c7ec54eeeb398fb114fb4c8bdf864c /configs/socfpga_agilex_atf_defconfig
parentae99131bf4f1fcd87f498f390a22d19e4a85ac90 (diff)
downloadu-boot-6bf1249a921a47a1ea656ed5d94b2d0ea9c69ff3.tar.xz
configs: socfpga: soc64: Move CONFIG_BOOTCOMMAND to defconfig
CONFIG_BOOTCOMMAND have been moved to Kconfig.boot. This patch move the CONFIG_BOOTCOMMAND macro from socfpga_soc64_common.h to *_defconfig file for both Stratix 10 and Agilex. Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
Diffstat (limited to 'configs/socfpga_agilex_atf_defconfig')
-rw-r--r--configs/socfpga_agilex_atf_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/socfpga_agilex_atf_defconfig b/configs/socfpga_agilex_atf_defconfig
index ebe6ce63a4..7adda02b00 100644
--- a/configs/socfpga_agilex_atf_defconfig
+++ b/configs/socfpga_agilex_atf_defconfig
@@ -20,6 +20,8 @@ CONFIG_SPL_LOAD_FIT_ADDRESS=0x02000000
CONFIG_BOOTDELAY=5
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="earlycon"
+CONFIG_USE_BOOTCOMMAND=y
+CONFIG_BOOTCOMMAND="run fatscript; run mmcfitload; run linux_qspi_enable; run mmcfitboot"
CONFIG_SPL_CACHE=y
CONFIG_SPL_SPI_LOAD=y
CONFIG_SPL_ATF=y