summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiew Chin Lim <elly.siew.chin.lim@intel.com>2020-11-04 18:28:40 -0800
committerSiew Chin Lim <elly.siew.chin.lim@intel.com>2020-11-04 18:29:16 -0800
commit5a74d80b4e5cf326707a92b87b1e087345abc4b7 (patch)
treed46baf1dfa54f75af8d7fc4c9b6a8c077f36d1c8
parenta2bebbdefd617be3473fdfeeae8505c0710cdb1f (diff)
downloadu-boot-socfpga-5a74d80b4e5cf326707a92b87b1e087345abc4b7.tar.gz
HSD #1508499730: rsu: call 'rsu dtb' before boot Linux
U-Boot to call 'rsu dtb' before boot to Linux to update Linux DTB qspi-boot parition offset with spt0 value. Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
-rw-r--r--configs/socfpga_agilex_atf_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/socfpga_agilex_atf_defconfig b/configs/socfpga_agilex_atf_defconfig
index e4185d459e..517eba18ed 100644
--- a/configs/socfpga_agilex_atf_defconfig
+++ b/configs/socfpga_agilex_atf_defconfig
@@ -17,7 +17,7 @@ CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_FIT_GENERATOR="board/altera/soc64/fit_spl_atf.sh"
CONFIG_BOOTDELAY=5
CONFIG_USE_BOOTCOMMAND=y
-CONFIG_BOOTCOMMAND="run fatscript;run mmcload;run linux_qspi_enable;run mmcboot"
+CONFIG_BOOTCOMMAND="run fatscript;run mmcload;run linux_qspi_enable;rsu dtb;run mmcboot"
CONFIG_SPL_CACHE=y
CONFIG_SPL_SPI_LOAD=y
CONFIG_SYS_SPI_U_BOOT_OFFS=0x02000000