]> git.baikalelectronics.ru Git - uboot.git/commit
tools: kwboot: Align UART baudrate change code in BIN header to 128-bit boundary
authorPali Rohár <pali@kernel.org>
Thu, 21 Oct 2021 14:46:06 +0000 (16:46 +0200)
committerStefan Roese <sr@denx.de>
Thu, 28 Oct 2021 08:33:32 +0000 (10:33 +0200)
commitdeb61b6472c4c9c415220879008ea2b4c6af5c58
treeb0778e5048c31e506f619fcd672ad77acf3e48e6
parentda44aa5d4e721f74becae7e66af5d2f5a03661d6
tools: kwboot: Align UART baudrate change code in BIN header 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/kwboot.c