summaryrefslogtreecommitdiff
path: root/boot/image.c
diff options
context:
space:
mode:
authorRaymond Mao <[email protected]>2024-05-16 14:11:49 -0700
committerTom Rini <[email protected]>2024-05-22 08:55:28 -0600
commitd9e9e699becf20d9fd06c3067b52c78b1e4d6d59 (patch)
tree104485e2e0e45bb69a3a869e58480add59b88bc9 /boot/image.c
parentefbc11ccef89030ed54b7368458eeaf9ec687c77 (diff)
image: remove redundant hash includes
Remove the redundant includes of u-boot/md5.h, u-boot/sha1.h, u-boot/sha256.h and u-boot/sha512.h Signed-off-by: Raymond Mao <[email protected]> Reviewed-by: Tom Rini <[email protected]> Reviewed-by: Igor Opaniuk <[email protected]> Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'boot/image.c')
-rw-r--r--boot/image.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/boot/image.c b/boot/image.c
index eb12e4be04a..bacf5146e13 100644
--- a/boot/image.c
+++ b/boot/image.c
@@ -25,8 +25,6 @@
#endif
#include <asm/global_data.h>
-#include <u-boot/md5.h>
-#include <u-boot/sha1.h>
#include <linux/errno.h>
#include <asm/io.h>