commit | 8faefadb7305b95d02df38bd2ea61429d59483e5 | [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 | 795659dc1ce275fcc39d6501affa0c03fd663038 [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>