commit | 87cc3c9c147c4799dea30929ae684d1e74d229cd | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Thu Oct 21 16:46:06 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Oct 28 10:33:32 2021 +0200 |
tree | b0778e5048c31e506f619fcd672ad77acf3e48e6 | |
parent | 74f6f71f54a86a9a4625ba7a6229e0e584c6f613 [diff] |
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>