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 <quentin.schulz@cherry.de>
Reviewed-by: Heiko Schocher <hs@nabladev.com>
This commit is contained in:
Quentin Schulz
2025-11-19 18:01:13 +01:00
committed by Tom Rini
parent bb35d28701
commit 16415e9563
6 changed files with 1 additions and 42 deletions

View File

@@ -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