summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-01-08 00:07:19 +0300
committerSimon Glass <sjg@chromium.org>2023-01-19 00:55:40 +0300
commit31f35e83b18fe8c6b1bc6f1501b575c7cf764939 (patch)
treefa13bd8d101741b5c33446c944f04733d31e8b84 /boot
parente0c0efff2a02bf153d6afced3a57107790159ae2 (diff)
downloadu-boot-31f35e83b18fe8c6b1bc6f1501b575c7cf764939.tar.xz
rockchip: Convert all boards to use binman
Instead of the bash script, use binman to generate the FIT for arm64. For 32-bit boards, use binman for all images, dropping the intermediate files. With this change, only Zynq is now using SPL_FIT_GENERATOR so update the Kconfig rule accordingly. Clean up the Makefile to the extent possible. Unfortunately, two boards do not use SPL_FRAMEWORK so don't enable the u-boot.img rule: evb-rk3036 kylin-rk3036 So a small remnant remains. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index 36ccbf6b54..219125ebbb 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -282,7 +282,7 @@ config SPL_FIT_SOURCE
config USE_SPL_FIT_GENERATOR
bool "Use a script to generate the .its script"
depends on SPL_FIT
- default y if !ARCH_SUNXI && !RISCV
+ default y if SPL_FIT && ARCH_ZYNQMP
config SPL_FIT_GENERATOR
string ".its file generator script for U-Boot FIT image"