commit | 322ff395c9aec7b87a2211fe4333fdf44377c564 | [log] [tgz] |
---|---|---|
author | Jeff Angielski <jeff@theptrgroup.com> | Wed Mar 17 15:09:26 2010 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Sun Mar 21 22:22:53 2010 +0100 |
tree | 00a4add6c70ec0dbc26a1c425d3da3c527ee7150 | |
parent | 51c2ac9bb574c1420b993615268392b0c1f829f6 [diff] |
env: fix endian ordering in crc table The crc table was being built as little endian for big endian targets. This would cause fw_printenv to always fail with "Warning: Bad CRC, using default environment" messages. Signed-off-by: Jeff Angielski <jeff@theptrgroup.com> Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>