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)
commite69213611ea74e9c40ef0454142a1f6dc5589268
tree59c8108727f87b6fbfa5c565043fc812445d44e5
parentf28a22d55a5d2f08ad4befb5f27fd00eebc2b85d
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