summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <[email protected]>2026-05-05 08:34:07 +0200
committerMichal Simek <[email protected]>2026-08-12 06:55:14 +0200
commit74467fdf1d5c283a1698dadbf7d433a96076e722 (patch)
treeac80d08c5b3a4f96de872701e99d83c27ecd4f51
parent84e3df261f3958abf604b9704f01b33aad21b701 (diff)
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 <[email protected]> Signed-off-by: Michal Simek <[email protected]> Link: https://patch.msgid.link/aa144c8002ba86154dcb62624a1d9d7cbe8c2cdf.1777962845.git.michal.simek@amd.com
-rw-r--r--configs/xilinx_mbv32_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_mbv32_defconfig b/configs/xilinx_mbv32_defconfig
index d068eeef234..82bbba6d0f0 100644
--- a/configs/xilinx_mbv32_defconfig
+++ b/configs/xilinx_mbv32_defconfig
@@ -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