Re: [PATCH 1/4] tools: kwboot: Align UART baudrate change code in BIN header to 128-bit boundary

2021-10-21 Thread Stefan Roese
On 21.10.21 16:46, Pali Rohár wrote: 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 Reviewed-by: Stefan Roe

[PATCH 1/4] tools: kwboot: Align UART baudrate change code in BIN header to 128-bit boundary

2021-10-21 Thread Pali Rohár
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 --- tools/kwboot.c | 22 +- 1 file changed,