u-boot-brain/arch/arm
Aneesh V 03f69dc6fd omap4+: Avoid using __attribute__ ((__packed__))
Avoid using __attribute__ ((__packed__)) unless it's
absolutely necessary. "packed" will remove alignment
requirements for the respective objects and may cause
alignment issues unless alignment is also enforced
using a pragma.

Here, these packed attributes were causing alignment
faults in Thumb build.

Signed-off-by: Aneesh V <aneesh@ti.com>
2012-05-15 08:31:26 +02:00
..
cpu armv7: Use -march=armv7-a and thereby enable Thumb-2 2012-05-15 08:31:26 +02:00
dts tegra: fdt: i2c: Add extra I2C bindings for U-Boot 2012-03-29 08:12:50 +02:00
include/asm omap4+: Avoid using __attribute__ ((__packed__)) 2012-05-15 08:31:26 +02:00
lib arm: restore fdt_fixup_ethernet call to do_bootm_linux 2012-04-23 22:11:18 +02:00
config.mk ARM: enable Thumb build 2012-05-15 08:31:26 +02:00