summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKah Jing Lee <kah.jing.lee@intel.com>2022-12-12 09:28:52 +0800
committerLokanathan, Raaj <raaj.lokanathan@intel.com>2023-01-06 15:51:19 +0800
commit8204e3e6f3f9104739547ba127f2120846e9e9d3 (patch)
tree46fd4ddc5908f08b0da901f1ed80124b62e94f7f
parent55ccdd4fe8145bfee25944c386dee4ed240beb53 (diff)
downloadu-boot-socfpga-8204e3e6f3f9104739547ba127f2120846e9e9d3.tar.gz
arch: arm: Kconfig: Turn off SOCFPGA_RSU_MULTIBOOT by default
Turn off SOCFPGA_RSU_MULTIBOOT by default since most users do not use the RSU Multiboot feature by default. Signed-off-by: Kah Jing Lee <kah.jing.lee@intel.com>
-rw-r--r--arch/arm/mach-socfpga/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig
index 2cb2536432..9b00e4fd08 100644
--- a/arch/arm/mach-socfpga/Kconfig
+++ b/arch/arm/mach-socfpga/Kconfig
@@ -9,7 +9,7 @@ config NR_DRAM_BANKS
config SOCFPGA_RSU_MULTIBOOT
bool "Enable RSU Multiboot Selection Feature"
depends on TARGET_SOCFPGA_SOC64 && SPI_FLASH
- default y
+ default n
help
Multiboot u-boot proper image (SSBL) selection feature for RSU.
SPL will select the respective SSBL based on the partition it resides