tools:mkimage_multidtb: cat multi-plat bin with multiple dtbs
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Thu, 31 Jul 2014 14:28:17 +0000 (16:28 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 00:46:45 +0000 (09:46 +0900)
commit1836654c4fdb02090af37fac989fcf0605f3083b
tree371ccb2eeca2ab1ed2c74e7a583e20bf896fc10e
parent8edcf529f8a51b938c6cbef31c6bbd957175dcc1
tools:mkimage_multidtb: cat multi-plat bin with multiple dtbs

This script concatenates proper dtb files into
one multi.dtb with 4B padding after the u-boot-multi.bin.

Output: u-boot-mmc.bin:
| u-boot-multi.bin  | dtb 1 (4B padding) | dtb 2 (4b padding) | dtb x ...

Change-Id: I9b308fc58707917b89c3f59e65b414d02f5e8efb
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
tools/mkimage_multidtb.sh [new file with mode: 0755]