mirror of
https://github.com/frank-w/u-boot.git
synced 2025-12-30 16:22:56 +08:00
start_sect is not aligned to a 4 byte boundary thus causing exceptions on ARM platforms. Access this field via the get_unaligned_le32 macro. Signed-off-by: Marc Dietrich <marvin24@gmx.de>