Skip to content
Snippets Groups Projects
Commit 9cf9da78 authored by Michal Simek's avatar Michal Simek
Browse files

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: default avatarMichal Simek <michal.simek@xilinx.com>
parent 611a9428
No related branches found
No related tags found
No related merge requests found
......@@ -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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment