Existing offset for u-boot.img (CONFIG_SYS_SPI_U_BOOT_OFFS)
is 0x100000, which conflicts with the expected offset for uImage. Moving
CONFIG_SYS_SPI_U_BOOT_OFFS to 0x80000 resolves the conflict with minimal
impact and still allows sufficient space for boot.bin and u-boot.img
when using the U-Boot SPL flow.
Signed-off-by: Ezra Savard <ezra.savard@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
#define CONFIG_SPL_SPI_LOAD
#define CONFIG_SPL_SPI_FLASH_SUPPORT
#define CONFIG_SPL_SPI_BUS 0
-#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x100000
+#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x80000
#define CONFIG_SPL_SPI_CS 0
#endif