diff mbox series

[v2,3/4] xilinx: zynqmp: Config non zero SYS_SPI_U_BOOT_OFFS

Message ID 846902c505aca09b67e1b287837bbae42d75824d.1627551566.git.michal.simek@xilinx.com
State Accepted
Commit 7c113be55103e7e3bbcb000661eafbdc03a13fe5
Delegated to: Michal Simek
Headers show
Series xilinx: zynqmp: Add support for dfu_alt_info setup at runtime | expand

Commit Message

Michal Simek July 29, 2021, 9:39 a.m. UTC
This variable is pointing to offset is qspi where u-boot image is placed.
In our case it is location of u-boot.itb file. Offset is the same as is
used by Xilinx Zynq SoC.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

Changes in v2: None

 configs/xilinx_zynqmp_virt_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
index bac1e181d265..095260403d95 100644
--- a/configs/xilinx_zynqmp_virt_defconfig
+++ b/configs/xilinx_zynqmp_virt_defconfig
@@ -5,6 +5,7 @@  CONFIG_SYS_TEXT_BASE=0x8000000
 CONFIG_SYS_MALLOC_F_LEN=0x8000
 CONFIG_SYS_MEMTEST_START=0x00000000
 CONFIG_SYS_MEMTEST_END=0x00001000
+CONFIG_SYS_SPI_U_BOOT_OFFS=0x100000
 CONFIG_DM_GPIO=y
 CONFIG_DEFAULT_DEVICE_TREE="zynqmp-zcu100-revC"
 CONFIG_SPL=y