]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Makefile
rockchip: Convert all boards to use binman
authorSimon Glass <sjg@chromium.org>
Sat, 7 Jan 2023 21:07:19 +0000 (14:07 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 18 Jan 2023 21:55:40 +0000 (14:55 -0700)
commit31f35e83b18fe8c6b1bc6f1501b575c7cf764939
treefa13bd8d101741b5c33446c944f04733d31e8b84
parente0c0efff2a02bf153d6afced3a57107790159ae2
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>
Makefile
boot/Kconfig