]> git.baikalelectronics.ru Git - uboot.git/commit
xilinx: zynqmp: Generate different u-boot.itb for MULTI_DTB_FIT
authorMichal Simek <michal.simek@xilinx.com>
Thu, 19 Aug 2021 10:02:57 +0000 (12:02 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 26 Aug 2021 06:14:43 +0000 (08:14 +0200)
commit8d1d48212454a991196f26a24534c4be420a531c
tree59c8108727f87b6fbfa5c565043fc812445d44e5
parenta077ee2c47f466c0bc7254d9e53928cefecdda56
xilinx: zynqmp: Generate different u-boot.itb for MULTI_DTB_FIT

When MULTI_DTB_FIT is enabled fit-dtb.blob fit image is created which
contain all DTBs listed by CONFIG_OF_LIST. And with DTB_RELESELECT there is
a need to handle it as one file with DTBs in it not as separate DTBs in
u-boot.its/itb.
That's why extend mkimage_fit_atf.sh to generate u-boot.itb correctly.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynqmp/mkimage_fit_atf.sh