summaryrefslogtreecommitdiffstats
path: root/post
diff options
context:
space:
mode:
authorBryan Wu <bryan.wu@analog.com>2009-01-02 20:47:45 -0500
committerWolfgang Denk <wd@denx.de>2009-01-24 02:03:39 +0100
commit7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c (patch)
tree15e3bff16bca717affc4631f8b4e513e2c57765e /post
parent68f8718df2ed4c2f43031407ccf6cfa81125dddc (diff)
downloadblackbird-obmc-uboot-7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c.tar.gz
blackbird-obmc-uboot-7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c.zip
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 'post')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud