commit | 3c99ab5f4b3143a92851bc5b1197004c60b0a533 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Aug 19 12:02:57 2021 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Aug 26 08:14:43 2021 +0200 |
tree | 59c8108727f87b6fbfa5c565043fc812445d44e5 | |
parent | 387a28ddd384668d10c2e88f4458e9090ddacf98 [diff] |
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>