diff options
| author | Michal Simek <[email protected]> | 2016-12-16 13:00:26 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2016-12-20 09:15:27 +0100 |
| commit | 9cf9da78dae03dc12300ab77ec294ce2527777f4 (patch) | |
| tree | d8eed4c3971d5a6dff9b727fd0682ce294ea842b | |
| parent | 611a9428c7183f91ae676a4b2c239e23ea68e0d7 (diff) | |
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 <[email protected]>
| -rw-r--r-- | arch/arm/cpu/armv8/zynqmp/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv8/zynqmp/Kconfig b/arch/arm/cpu/armv8/zynqmp/Kconfig index f354aae3fc2..e175e6eceb0 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). |
