]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit53d5c22747754469d97c59e436389a4df3d07a60
treefa13bd8d101741b5c33446c944f04733d31e8b84
parenta65df07dcdbd698dca74c70285997e829ec18d7d
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