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>
This commit is contained in:
Michal Simek 2016-12-16 13:00:26 +01:00
parent 611a9428c7
commit 9cf9da78da
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ config SYS_CONFIG_NAME
config BOOT_INIT_FILE config BOOT_INIT_FILE
string "boot.bin init register filename" string "boot.bin init register filename"
depends on SPL
default "" default ""
help help
Add register writes to boot.bin format (max 256 pairs). Add register writes to boot.bin format (max 256 pairs).