]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Align fit-dtb.blob and u-boot.itb by 64bits
authorMichal Simek <michal.simek@xilinx.com>
Thu, 19 Aug 2021 09:09:37 +0000 (11:09 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 26 Aug 2021 06:14:43 +0000 (08:14 +0200)
commit0d6600d01539ce4dd07baf2e651e9e5f1ca247e7
treeecee3de024d98c033055140eefdef144f555919c
parentadd4b1099648726b1560751c4fc6f79945cf1282
Makefile: Align fit-dtb.blob and u-boot.itb by 64bits

Enabling MULTI_DTB_FIT and DTB_RESELECT can end up with multi DTBs in FIT
image placed and aligned only by 32bits (4bytes). Based on device tree
specification:
"Specifically, the memory reservation block shall be aligned to an 8-byte boundary
and the structure block to a 4-byte boundary."
is 64bit (8bytes) alignment required. That's why make sure that
fit-dtb.blob and u-boot.itb as our primary target images for Xilinx ZynqMP
are all 64bit aligned.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Makefile