Re: [PATCH v3 19/25] common: Drop status-LED code in board_r

2024-12-03 Thread Simon Glass
This is not used anymore, so drop it. Signed-off-by: Simon Glass --- (no changes since v1) common/board_r.c | 27 --- 1 file changed, 27 deletions(-) Applied to ci/master, thanks!

[PATCH v3 19/25] common: Drop status-LED code in board_r

2024-11-02 Thread Simon Glass
This is not used anymore, so drop it. Signed-off-by: Simon Glass --- (no changes since v1) common/board_r.c | 27 --- 1 file changed, 27 deletions(-) diff --git a/common/board_r.c b/common/board_r.c index 62228a723e1..caac092c8e7 100644 --- a/common/board_r.c +++ b/com