mirror of
https://github.com/MiSTer-devel/u-boot_MiSTer.git
synced 2026-04-26 03:05:54 +00:00
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>