On Tue, Jan 28, 2014 at 01:46:52PM +0100, Piotr Wilczek wrote: > This patch fixes part_efi code to avoid unaligned access exception > on some ARM platforms. > > Signed-off-by: Piotr Wilczek <[email protected]> > Signed-off-by: Kyungmin Park <[email protected]> > CC: Tom Rini <[email protected]> > CC: Albert ARIBAUD <[email protected]> > --- > Chnages for V2: > - used put_unaligned to copy value; > - use __aligned to align local array; > > disk/part_efi.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-)
Sorry. After re-reading the thread here again I've posted a patch to globally switch to -mno-unaligned-access for our armv7 tunes instead. Thanks for your effort however! -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

