commit | e69213611ea74e9c40ef0454142a1f6dc5589268 | [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 | f28a22d55a5d2f08ad4befb5f27fd00eebc2b85d [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>