Skip to content
Commit 8faefadb authored by Marc Dietrich's avatar Marc Dietrich Committed by Tom Rini
Browse files

disk: fix unaligned access in efi partitions



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: default avatarMarc Dietrich <marvin24@gmx.de>
parent 795659dc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment