aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage/patches/020-include_compile_fix.patch
blob: 276cae0cb16d1f5ce75b518b678ba3d2657395d0 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/include/u-boot/rsa-checksum.h
+++ b/include/u-boot/rsa-checksum.h
@@ -7,7 +7,6 @@
 #ifndef _RSA_CHECKSUM_H
 #define _RSA_CHECKSUM_H
 
-#include <errno.h>
 #include <image.h>
 #include <u-boot/sha1.h>
 #include <u-boot/sha256.h>