xilinx: mbv: Enable SPL_REMAKE_ELF support

For MicroBlaze-V SPI boot, the u-boot-spl.elf should be embedded into
the BRAM (Block RAM) of bitstream or rcdo. This requires SPL_REMAKE_ELF
to be enabled so that the SPL ELF is generated during the build.

Enable SPL_REMAKE_ELF for MB-V devices to support this flow.

Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://patch.msgid.link/aa144c8002ba86154dcb62624a1d9d7cbe8c2cdf.1777962845.git.michal.simek@amd.com
This commit is contained in:
Sandeep Gundlupet Raju
2026-08-12 06:55:14 +02:00
committed by Michal Simek
parent 84e3df261f
commit 74467fdf1d
+1
View File
@@ -42,6 +42,7 @@ CONFIG_SPL_HAS_CUSTOM_MALLOC_START=y
CONFIG_SPL_CUSTOM_SYS_MALLOC_ADDR=0x80000000
CONFIG_SPL_SYS_MALLOC_SIZE=0x200000
# CONFIG_SPL_CPU is not set
CONFIG_SPL_REMAKE_ELF=y
# CONFIG_CMD_MII is not set
CONFIG_CMD_SNTP=y
CONFIG_CMD_TIMER=y