[PATCH v2 21/25] image: Drop unused status_led.h header file
Simon Glass
sjg at chromium.org
Mon Oct 21 13:38:29 CEST 2024
This header file is not used, so drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
boot/image.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/boot/image.c b/boot/image.c
index abac254e026..7bed8ba4b1f 100644
--- a/boot/image.c
+++ b/boot/image.c
@@ -15,10 +15,6 @@
#include <malloc.h>
#include <u-boot/crc.h>
-#ifdef CONFIG_SHOW_BOOT_PROGRESS
-#include <status_led.h>
-#endif
-
#if CONFIG_IS_ENABLED(FIT) || CONFIG_IS_ENABLED(OF_LIBFDT)
#include <linux/libfdt.h>
#include <fdt_support.h>
--
2.43.0
More information about the U-Boot
mailing list