On 25/11/2025 4:13 pm, [email protected] wrote:
From: Alif Zakuan Yuslaimi <[email protected]> Update CycloneV boot command to sync with Altera official release Signed-off-by: Alif Zakuan Yuslaimi <[email protected]> --- configs/socfpga_cyclone5_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig index 2b2435a27bb..94bb05d20ff 100644 --- a/configs/socfpga_cyclone5_defconfig +++ b/configs/socfpga_cyclone5_defconfig @@ -16,7 +16,7 @@ CONFIG_SPL_FS_FAT=y CONFIG_TIMESTAMP=y CONFIG_FIT=y CONFIG_DISTRO_DEFAULTS=y -# CONFIG_USE_BOOTCOMMAND is not set +CONFIG_BOOTCOMMAND="run fatscript;bridge enable; run distro_bootcmd" CONFIG_DEFAULT_FDT_FILE="socfpga_cyclone5_socdk.dtb" CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y
Reviewed-by: Tien Fong Chee <[email protected]> Best regards, Tien Fong

