summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSin Hui Kho <sin.hui.kho@intel.com>2021-05-19 00:57:19 +0800
committerLokanathan, Raaj <raaj.lokanathan@intel.com>2022-10-06 15:15:16 +0800
commit608222afaee7d85a7a0f0c47b5fa8e4eee078b8d (patch)
tree244f4eac1e30e5cc40c6d07ef5512cd2af07f403 /configs
parentf4edc2dfe341160b37b0018672b985fee1ac4664 (diff)
downloadu-boot-socfpga-608222afaee7d85a7a0f0c47b5fa8e4eee078b8d.tar.gz
configs: socfpga: soc64: Disable CONFIG_SPL_RAW_IMAGE_SUPPORT
Enable the SPL to support loading u-boot image with header or in FIT format only. SPL shall proceed to the next boot device in the boot order list when proper u-boot image is unavailable in current device. This requires disabling the raw image support in SPL. This change is common for all Intel SOC64 devices. Signed-off-by: Sin Hui Kho <sin.hui.kho@intel.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/socfpga_agilex_atf_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_agilex_atf_defconfig b/configs/socfpga_agilex_atf_defconfig
index f57207b640..d93356ab71 100644
--- a/configs/socfpga_agilex_atf_defconfig
+++ b/configs/socfpga_agilex_atf_defconfig
@@ -94,3 +94,4 @@ CONFIG_DESIGNWARE_WATCHDOG=y
CONFIG_WDT=y
# CONFIG_SPL_USE_TINY_PRINTF is not set
CONFIG_PANIC_HANG=y
+# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set