summaryrefslogtreecommitdiff
path: root/board/sandbox/sandbox.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-04-28 13:46:31 -0400
committerTom Rini <trini@konsulko.com>2022-04-28 13:46:31 -0400
commite95afa56753cebcd20a5114b6d121f281b789006 (patch)
tree0341804963b0b02bcd2ac0ddb1d306f804871938 /board/sandbox/sandbox.c
parent8b2b125e95c44bb007b4573945f4aedb8a56222c (diff)
parent53ee48b67302e188dc2805cef393707975b305c8 (diff)
Merge branch '2022-04-28-led-updates'
- DM GPIO bugfix - LED related code clean-ups - Fix some of the DM/LED tests - Update the LED dt binding doc
Diffstat (limited to 'board/sandbox/sandbox.c')
-rw-r--r--board/sandbox/sandbox.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/sandbox/sandbox.c b/board/sandbox/sandbox.c
index 28ad6efd136..e054f300c4a 100644
--- a/board/sandbox/sandbox.c
+++ b/board/sandbox/sandbox.c
@@ -107,9 +107,6 @@ int dram_init(void)
int board_init(void)
{
- if (IS_ENABLED(CONFIG_LED))
- led_default_state();
-
return 0;
}