mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
Quentin Schulz <quentin.schulz@cherry.de> 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/20251120-legacy-led-removal-v1-0-369d44338358@cherry.de
11 lines
140 B
ReStructuredText
11 lines
140 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0+
|
|
|
|
LED
|
|
===
|
|
|
|
.. kernel-doc:: include/led.h
|
|
:doc: Overview
|
|
|
|
.. kernel-doc:: include/led.h
|
|
:internal:
|