diff options
author | Bryan Wu <bryan.wu@analog.com> | 2009-01-02 20:47:45 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-01-24 02:03:39 +0100 |
commit | 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c (patch) | |
tree | 15e3bff16bca717affc4631f8b4e513e2c57765e /libfdt | |
parent | 68f8718df2ed4c2f43031407ccf6cfa81125dddc (diff) | |
download | u-boot-imx-7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c.zip u-boot-imx-7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c.tar.gz u-boot-imx-7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c.tar.bz2 |
fat: fix unaligned errors
A couple of buffers in the fat code are declared as an array of bytes.
But it is then cast up to a structure with 16bit and 32bit members.
Since GCC assumes structure alignment here, we have to force the
buffers to be aligned according to the structure usage.
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libfdt')
0 files changed, 0 insertions, 0 deletions