diff options
| author | Quentin Schulz <[email protected]> | 2025-11-20 13:48:06 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-18 13:07:36 -0600 |
| commit | fcbf81694c9399a71ac100b4de15089c3e09dd8c (patch) | |
| tree | 1f990094541a531354af372ed4fd2e044227391a /boot | |
| parent | 765a126a2f1f5eff82276e9fecbb0745e9fce77b (diff) | |
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 <[email protected]>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/image.c | 4 |
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> |
