summaryrefslogtreecommitdiff
path: root/boot/image.c
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-18 13:13:57 -0600
committerTom Rini <[email protected]>2026-03-18 13:13:57 -0600
commit28608c808774a39ec47d31353b141db547136e58 (patch)
tree29ee72ed3cce59e7e2fac39b4a5bc3b8a639218a /boot/image.c
parent24db98cdf911b6ca362209e674bf9412441c1095 (diff)
parentfcbf81694c9399a71ac100b4de15089c3e09dd8c (diff)
Merge patch series "led: remove legacy API"
Quentin Schulz <[email protected]> says: This migrates the last user of the legacy LED API, IMX233-OLinuXino and net/bootp.c, to the modern LED framework. I do have concern about being able to use BOOTP in SPL? In which case, I should probably add an additional check on CONFIG_IS_ENABLED(LED) in addition to IS_ENABLED(CONFIG_LED_BOOT)? I haven't tested this as I do not own an IMX233-OLinuXino, so please give this a try if you own this device. Then, since there's no user left of this legacy API, it is entirely removed. Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'boot/image.c')
-rw-r--r--boot/image.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/boot/image.c b/boot/image.c
index 3f745254763..185d52ba492 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>