diff options
| author | Tom Rini <[email protected]> | 2024-04-15 07:38:18 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-04-15 07:38:18 -0600 |
| commit | d736d9f2126e014e92cd3efaa82d4b1520c6c25b (patch) | |
| tree | 31fbe5892b45f9c618a478b9732bf9f1d8894260 /configs | |
| parent | b03b49046af5dfca599d2ce8f0aafed89b97aa91 (diff) | |
| parent | 27ed98d491521a637f2b4468ac021511294f897f (diff) | |
Merge tag 'u-boot-socfpga-next-20240415' of https://source.denx.de/u-boot/custodians/u-boot-socfpga
- Add option to reprogram FPGA every reboot, enable this as default in
chameleonv3 defconfig.
- Fixes: Rename CONFIG_SPL_SOCFPGA_SEC_REG to CONFIG_SPL_SOCFPGA_DT_REG,
so the driver can be built when CONFIG_SPL_SOCFPGA_DT_REG is set in
defconfig.
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/socfpga_chameleonv3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_chameleonv3_defconfig b/configs/socfpga_chameleonv3_defconfig index 6ea61ca6ea9..7506aa8d329 100644 --- a/configs/socfpga_chameleonv3_defconfig +++ b/configs/socfpga_chameleonv3_defconfig @@ -7,6 +7,7 @@ CONFIG_DEFAULT_DEVICE_TREE="socfpga_arria10_chameleonv3_480_2" CONFIG_SPL_TEXT_BASE=0xFFE00000 CONFIG_SPL_DRIVERS_MISC=y CONFIG_TARGET_SOCFPGA_CHAMELEONV3=y +CONFIG_SOCFPGA_ARRIA10_ALWAYS_REPROGRAM=y CONFIG_SPL_FS_FAT=y CONFIG_FIT=y CONFIG_SPL_FIT=y |
