commit | 2fde1f09ca48d7372a342da05fa3430c3f96b47a | [log] [tgz] |
---|---|---|
author | Aneesh V <aneesh@ti.com> | Thu Mar 08 07:20:21 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue May 15 08:31:26 2012 +0200 |
tree | 360af405d898ff8428440cfd7f87f9c542045147 | |
parent | 5ccb42474db7b3ef546275bf1b1b5f2614f51c1f [diff] |
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>