[PATCH] configs: socfpga_arria10_defconfig: Enable CONFIG_CMD_FPGA_LOADMK

dinesh.maniyam at altera.com dinesh.maniyam at altera.com
Thu May 7 02:52:10 CEST 2026


From: Tien Fong Chee <tien.fong.chee at altera.com>

Enable the "fpga loadmk" command on the Arria 10 SoC Development Kit
defconfig so that users can program the FPGA core bitstream from a
FIT image already loaded into DDR.

Signed-off-by: Tien Fong Chee <tien.fong.chee at altera.com>
Signed-off-by: Dinesh Maniyam <dinesh.maniyam at altera.com>
---
 configs/socfpga_arria10_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig
index b32f40ae408..3e3689dbec3 100644
--- a/configs/socfpga_arria10_defconfig
+++ b/configs/socfpga_arria10_defconfig
@@ -40,6 +40,7 @@ CONFIG_SPL_FPGA=y
 CONFIG_SYS_MAXARGS=32
 CONFIG_CMD_ASKENV=y
 CONFIG_CMD_GREPENV=y
+CONFIG_CMD_FPGA_LOADMK=y
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_USB=y
-- 
2.43.7



More information about the U-Boot mailing list