]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
disk: fix unaligned access in efi partitions
authorMarc Dietrich <marvin24@gmx.de>
Fri, 29 Mar 2013 07:57:10 +0000 (07:57 +0000)
committerTom Rini <trini@ti.com>
Tue, 2 Apr 2013 20:23:34 +0000 (16:23 -0400)
commit8faefadb7305b95d02df38bd2ea61429d59483e5
tree1287e43c888dd68f70c933d40973b5a72a0cabfa
parent795659dc1ce275fcc39d6501affa0c03fd663038
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>
disk/part_efi.c