mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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> |
||
|---|---|---|
| .. | ||
| clocks.h | ||
| cpu.h | ||
| ehci.h | ||
| gpio.h | ||
| i2c.h | ||
| mmc_host_def.h | ||
| mux_omap4.h | ||
| omap.h | ||
| sys_proto.h | ||