]> git.baikalelectronics.ru Git - uboot.git/commit
Remove #define CONFIG_CRC32
authorChris Packham <judge.packham@gmail.com>
Sat, 13 Apr 2019 09:13:58 +0000 (21:13 +1200)
committerTom Rini <trini@konsulko.com>
Fri, 10 May 2019 11:18:13 +0000 (07:18 -0400)
commit3b87f582d2858353d190ae6e2b680454a7146707
tree142674dbf407db471fad28c047956da48c7f3ef6
parentab948e4d95325f816569c68d68660d03f7116702
Remove #define CONFIG_CRC32

There is no check for CONFIG_CRC32 so the #define in image.h does
nothing. Remove it.

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Reviewed-by: Heiko Schocher <hs@denx.de>
include/image.h