Remove header checksum validation from bootstrap stage
authorPiotr Dymacz <pepe2k@gmail.com>
Tue, 30 Aug 2016 21:22:16 +0000 (23:22 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Tue, 30 Aug 2016 21:22:16 +0000 (23:22 +0200)
commit0b21ffe293819d60c79205d94841e6a8d8d998c2
tree0e3fc2dbf8145a9a5f4b7b49680688d22c980704
parentd6c03d58087fdcbc11469a0d6227f51f61de7038
Remove header checksum validation from bootstrap stage

It doesn't make sense to check compressed image header
checksum if we just hang anyway if the checksum is not
valid. That will save some code size and speed up boot
time.
u-boot/lib_bootstrap/Makefile
u-boot/lib_bootstrap/bootstrap_board.c
u-boot/lib_bootstrap/crc32.c [deleted file]