]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-zynq/Kconfig
tools: mkimage: Add support for initialization table for Zynq and ZynqMP
[people/ms/u-boot.git] / arch / arm / mach-zynq / Kconfig
index a1175eea6ebb432ec2eb440e5f1caf6be78db1a1..44e16af863d700559638b1d1765376dd20e4d075 100644 (file)
@@ -44,4 +44,11 @@ config SYS_CONFIG_NAME
 config SYS_MALLOC_F_LEN
        default 0x600
 
+config BOOT_INIT_FILE
+       string "boot.bin init register filename"
+       default ""
+       help
+         Add register writes to boot.bin format (max 256 pairs).
+         Expect a table of register-value pairs, e.g. "0x12345678 0x4321"
+
 endif