commit | 95f99a474b726ede84e88597c130630f8c7d4ee2 | [log] [tgz] |
---|---|---|
author | Bryan Wu <bryan.wu@analog.com> | Fri Jan 02 20:47:45 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat Jan 24 02:03:39 2009 +0100 |
tree | 15e3bff16bca717affc4631f8b4e513e2c57765e | |
parent | 615c220b85f71d596938b54ae92e44006e72ad84 [diff] |
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>