diff options
| author | Quentin Schulz <[email protected]> | 2025-11-19 18:01:13 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-05 13:38:09 -0600 |
| commit | 16415e9563ec04241c58f0a85cd2fc1d89f3033e (patch) | |
| tree | 0d9a1cd594c14ca9e026df106df7c3b9680a655c /common | |
| parent | bb35d28701a3fac735c2dc891643086b80abfab3 (diff) | |
led: remove support for green status led in legacy API
The last user of it was removed in a previous commit so let's remove its
support entirely.
Signed-off-by: Quentin Schulz <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/board_f.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/board_f.c b/common/board_f.c index 224cc0ac561..74571cb6d91 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -67,8 +67,6 @@ DECLARE_GLOBAL_DATA_PTR; */ __weak void red_led_on(void) {} __weak void red_led_off(void) {} -__weak void green_led_on(void) {} -__weak void green_led_off(void) {} /* * Why is gd allocated a register? Prior to reloc it might be better to |
