commit | 20ca3ad5159073bc7b085946de76029bd77134bc | [log] [tgz] |
---|---|---|
author | Marc Dietrich <marvin24@gmx.de> | Fri Mar 29 07:57:10 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Apr 02 16:23:34 2013 -0400 |
tree | 1287e43c888dd68f70c933d40973b5a72a0cabfa | |
parent | 445d56c050ac0aba81ebf53afbeba30f1342deb3 [diff] |
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: Marc Dietrich <marvin24@gmx.de>