summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'boot')
-rw-r--r--boot/image.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/boot/image.c b/boot/image.c
index abac2c7034b..28b367c6b54 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>