diff options
| author | Marek Vasut <[email protected]> | 2024-10-05 01:07:14 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-15 12:30:07 -0600 |
| commit | 5b9261fb0b1ed087387f2036d279fd3f4bb20a61 (patch) | |
| tree | 0aaa90c24ad3e65832da4db701b3e8499c0a3e07 /boot | |
| parent | 099b6df556c95f5d06864612e9199eab7ba50ed3 (diff) | |
Makefile: Drop SPL_FIT_GENERATOR support
The SPL_FIT_GENERATOR is long superseded by binman, drop SPL_FIT_GENERATOR
support as there are no more users.
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Peter Robinson <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index 51e6cd6cb1d..4314227d5f8 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -282,21 +282,6 @@ config SPL_FIT_IMAGE_POST_PROCESS injected into the FIT creation (i.e. the blobs would have been pre- processed before being added to the FIT image). -config USE_SPL_FIT_GENERATOR - bool "Use a script to generate the .its script" - depends on SPL_FIT - default y if SPL_FIT && ARCH_ZYNQMP - -config SPL_FIT_GENERATOR - string ".its file generator script for U-Boot FIT image" - depends on USE_SPL_FIT_GENERATOR - default "arch/arm/mach-zynqmp/mkimage_fit_atf.sh" if SPL_LOAD_FIT && ARCH_ZYNQMP - help - Specifies a (platform specific) script file to generate the FIT - source file used to build the U-Boot FIT image file. This gets - passed a list of supported device tree file stub names to - include in the generated image. - if VPL config VPL_FIT |
