aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2022-11-07 01:56:04 +0100
committerTom Rini <trini@konsulko.com>2022-11-23 13:06:12 -0500
commitc246d69f31f49d9ab7667ac2e42f0bdc3f212207 (patch)
treebbdecd137ed46be35a9b7de65e23dcde3b52d026
parent18538112878bdf3da28143d59a11667e0e2e3a1c (diff)
downloadu-boot-c246d69f31f49d9ab7667ac2e42f0bdc3f212207.zip
u-boot-c246d69f31f49d9ab7667ac2e42f0bdc3f212207.tar.gz
u-boot-c246d69f31f49d9ab7667ac2e42f0bdc3f212207.tar.bz2
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> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--tools/mkenvimage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c
index b05f834..a8eebab 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>