diff options
| author | Alif Zakuan Yuslaimi <[email protected]> | 2025-11-25 00:13:15 -0800 |
|---|---|---|
| committer | Tien Fong Chee <[email protected]> | 2025-12-01 14:31:31 +0800 |
| commit | cd74c05619f946b7a96327ffa14d0fc7090a043e (patch) | |
| tree | 5c9c73cc53f8f5f90a970ea777310123f46955c1 | |
| parent | 5790f5ef335629ca7487b79c77774e8e7ff4d4af (diff) | |
configs: cyclone5: Update boot command for CycloneV
Update CycloneV boot command to sync with Altera official release
Signed-off-by: Alif Zakuan Yuslaimi <[email protected]>
Reviewed-by: Tien Fong Chee <[email protected]>
| -rw-r--r-- | configs/socfpga_cyclone5_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig index 1d3d2078636..7d01cecd5d2 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 |
