tools: kwbimage: Align BIN header executable code to 128-bit boundary
authorPali Rohár <pali@kernel.org>
Thu, 21 Oct 2021 14:46:07 +0000 (16:46 +0200)
committerStefan Roese <sr@denx.de>
Thu, 28 Oct 2021 08:33:32 +0000 (10:33 +0200)
commite58f08b479bb512e4976fc2481657f6cfaf7e7b5
tree70d3fb07b4b12e21eb0bef5ee689849ff1615812
parenta85a71d3960d8183fc7ec2bc775693dee940021c
tools: kwbimage: Align BIN header executable code to 128-bit boundary

ARM executable code inside the BIN header on some mvebu platforms
(e.g. A370, AXP) must always be aligned with the 128-bit boundary. This
requirement can be met by inserting dummy arguments into BIN header.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
tools/kwbimage.c