瀏覽代碼

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>
Michal Simek 8 年之前
父節點
當前提交
9cf9da78da
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/cpu/armv8/zynqmp/Kconfig

+ 1 - 0
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).