Skip to content

Commit

Permalink
bcm53xx: remove MR32's specific get_leds_dt code
Browse files Browse the repository at this point in the history
the existing diag.sh code will pick up the LED
by itself. This is not/no longer needed.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
  • Loading branch information
chunkeey committed May 13, 2022
1 parent 8b5d2a7 commit 8f6e2bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
3 changes: 0 additions & 3 deletions target/linux/bcm53xx/base-files/etc/diag.sh
Expand Up @@ -18,9 +18,6 @@ get_status_led() {
status_led=$(basename $status_led_file)
return
fi;

# And finally, let's also try the device-Tree aliases node
status_led="$(get_dt_led status)"
}

set_state() {
Expand Down

This file was deleted.

0 comments on commit 8f6e2bb

Please sign in to comment.