[PATCH] tools: mkenvimage: Drop duplicate crc header include

This header was already included just above version.h, do not include it twice.
Fixes: 3db71108575 ("crc32: Use the crc.h header for crc functions") Signed-off-by: Marek Vasut marex@denx.de --- Cc: Simon Glass sjg@chromium.org Cc: Tom Rini trini@konsulko.com --- tools/mkenvimage.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c index b05f83415f0..a8eebab6c33 100644 --- a/tools/mkenvimage.c +++ b/tools/mkenvimage.c @@ -14,7 +14,6 @@ #include <stdlib.h> #include <stdint.h> #include <string.h> -#include <u-boot/crc.h> #include <unistd.h> #include <libgen.h> #include <sys/types.h>

On Sun, 6 Nov 2022 at 17:56, Marek Vasut marex@denx.de wrote:
This header was already included just above version.h, do not include it twice.
Fixes: 3db71108575 ("crc32: Use the crc.h header for crc functions") Signed-off-by: Marek Vasut marex@denx.de
Cc: Simon Glass sjg@chromium.org Cc: Tom Rini trini@konsulko.com
tools/mkenvimage.c | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Mon, Nov 07, 2022 at 01:56:04AM +0100, Marek Vasut wrote:
This header was already included just above version.h, do not include it twice.
Fixes: 3db71108575 ("crc32: Use the crc.h header for crc functions") Signed-off-by: Marek Vasut marex@denx.de Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
participants (3)
-
Marek Vasut
-
Simon Glass
-
Tom Rini