FROMLIST: 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.

(am from https://patchwork.ozlabs.org/project/uboot/patch/20240222152102.1677445-3-barnas@google.com/)

BUG=b:310304468
TEST=enable config and check that linux reboot causes the FPGA
     to be reprogrammed

Change-Id: Ida7847ad21a9b8f9f61bed5620ab05dafe8d8506
Signed-off-by: Michał Barnaś <barnas@google.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/u-boot/+/5318650
Reviewed-by: Alexandru Stan <amstan@chromium.org>
diff --git a/configs/socfpga_chameleonv3_defconfig b/configs/socfpga_chameleonv3_defconfig
index 441942c..220cec7 100644
--- a/configs/socfpga_chameleonv3_defconfig
+++ b/configs/socfpga_chameleonv3_defconfig
@@ -7,6 +7,7 @@
 CONFIG_SPL_TEXT_BASE=0xFFE00000
 CONFIG_SPL_DRIVERS_MISC=y
 CONFIG_TARGET_SOCFPGA_CHAMELEONV3=y
+CONFIG_TARGET_SOCFPGA_ARRIA10_ALWAYS_REPROGRAM=y
 CONFIG_SPL_FS_FAT=y
 CONFIG_FIT=y
 CONFIG_SPL_FIT=y