led: remove coloured_LED_init, yellow and blue status LEDs in legacy API
The last user of coloured_LED_init has been recently removed, so we can remove all places it's called and defined as it does nothing now. Nobody makes use of the yellow and blue status LEDs from the legacy API, so let's remove all references to it. Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
@@ -65,15 +65,10 @@ DECLARE_GLOBAL_DATA_PTR;
|
||||
************************************************************************
|
||||
* May be supplied by boards if desired
|
||||
*/
|
||||
__weak void coloured_LED_init(void) {}
|
||||
__weak void red_led_on(void) {}
|
||||
__weak void red_led_off(void) {}
|
||||
__weak void green_led_on(void) {}
|
||||
__weak void green_led_off(void) {}
|
||||
__weak void yellow_led_on(void) {}
|
||||
__weak void yellow_led_off(void) {}
|
||||
__weak void blue_led_on(void) {}
|
||||
__weak void blue_led_off(void) {}
|
||||
|
||||
/*
|
||||
* Why is gd allocated a register? Prior to reloc it might be better to
|
||||
|
||||
Reference in New Issue
Block a user