
3 Feb
2023
3 Feb
'23
7:20 p.m.
On Wed, Jan 18, 2023 at 08:52:18PM +0300, Sergei Antonov wrote:
Commands "ping6" and "tftpboot ... -ipv6" did not work on ARM because machine code expects 4-byte alignment and some structures from net6.h are not aligned in memory.
Fix by adding __packed, since it is already used in this file.
Signed-off-by: Sergei Antonov saproj@gmail.com Reviewed-by: Viacheslav Mitrofanov v.v.mitrofanov@yadro.com
Applied to u-boot/master, thanks!
--
Tom