From fcbf81694c9399a71ac100b4de15089c3e09dd8c Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Thu, 20 Nov 2025 13:48:06 +0100 Subject: led: remove legacy API No user of the legacy LED API anymore (except Sunxi with the PinePhone but that is now a Sunxi-specific implementation), so let's remove anything related. Signed-off-by: Quentin Schulz --- boot/image.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'boot') 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 #include -#ifdef CONFIG_SHOW_BOOT_PROGRESS -#include -#endif - #if CONFIG_IS_ENABLED(FIT) || CONFIG_IS_ENABLED(OF_LIBFDT) #include #include -- cgit v1.2.3