]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
image: remove redundant hash includes
authorRaymond Mao <raymond.mao@linaro.org>
Thu, 16 May 2024 21:11:49 +0000 (14:11 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 May 2024 14:55:28 +0000 (08:55 -0600)
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 <raymond.mao@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@gmail.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
boot/image-fit.c
boot/image.c

index fb03cab831bd068f62bb0a89fbfd69532a7d11a8..f6464bcf6208d80d2fb54fb286d2951c1075e000 100644 (file)
@@ -37,10 +37,6 @@ DECLARE_GLOBAL_DATA_PTR;
 #include <image.h>
 #include <bootstage.h>
 #include <u-boot/crc.h>
-#include <u-boot/md5.h>
-#include <u-boot/sha1.h>
-#include <u-boot/sha256.h>
-#include <u-boot/sha512.h>
 
 /*****************************************************************************/
 /* New uImage format routines */
index eb12e4be04ac40d4c9d6d0aa162b9f49a5da30cf..bacf5146e13bbe48801e25f6c6f6485327cc7de0 100644 (file)
@@ -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>