summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-12-16 12:00:26 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2016-12-20 08:15:27 (GMT)
commit9cf9da78dae03dc12300ab77ec294ce2527777f4 (patch)
treed8eed4c3971d5a6dff9b727fd0682ce294ea842b
parent611a9428c7183f91ae676a4b2c239e23ea68e0d7 (diff)
downloadu-boot-9cf9da78dae03dc12300ab77ec294ce2527777f4.tar.xz
ARM64: zynqmp: Add missing SPL dependency for boot.bin generation
boot.bin file is generated only when SPL is selected. Reflect this depency in Kconfig. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--arch/arm/cpu/armv8/zynqmp/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv8/zynqmp/Kconfig b/arch/arm/cpu/armv8/zynqmp/Kconfig
index f354aae..e175e6e 100644
--- a/arch/arm/cpu/armv8/zynqmp/Kconfig
+++ b/arch/arm/cpu/armv8/zynqmp/Kconfig
@@ -43,6 +43,7 @@ config SYS_CONFIG_NAME
config BOOT_INIT_FILE
string "boot.bin init register filename"
+ depends on SPL
default ""
help
Add register writes to boot.bin format (max 256 pairs).