diff options
author | Michał Barnaś <barnas@google.com> | 2024-03-19 18:18:14 +0000 |
---|---|---|
committer | Tien Fong Chee <tien.fong.chee@intel.com> | 2024-04-15 11:15:19 +0800 |
commit | adb64208c8df9b11c351f027cee6f786e8b06058 (patch) | |
tree | 54e624aeceb28582662c39f48e3e1347cf9f76ec | |
parent | 2b8eabbaf2e2aa19455d880fd13af8c20f72b81f (diff) |
chameleonv3: set in defconfig for FPGA to reprogram every reboot
Set CONFIG_TARGET_SOCFPGA_ARRIA10_ALWAYS_REPROGRAM as enabled in
chameleon v3 board's defconfig.
Signed-off-by: Michał Barnaś <barnas@google.com>
-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 |