summaryrefslogtreecommitdiff
path: root/board/st
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2022-04-22 15:41:42 +0200
committerTom Rini <trini@konsulko.com>2022-04-28 09:26:44 -0400
commit69245e406e919012d45d40f045f9b7369086ce17 (patch)
tree619309725c1c57e41de72d7aa320887e638a4a1d /board/st
parent01074697801bc0709ac2ca915250096311ec1b7e (diff)
led: Drop led_default_state()
This function is empty, drop it. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Patrice Chotard <patrice.chotard@foss.st.com> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com> Cc: Sean Anderson <seanga2@gmail.com> Cc: Simon Glass <sjg@chromium.org> Cc: Steven Lawrance <steven.lawrance@softathome.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'board/st')
-rw-r--r--board/st/stm32mp1/stm32mp1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/stm32mp1.c
index fff1880e5b..7466e1c732 100644
--- a/board/st/stm32mp1/stm32mp1.c
+++ b/board/st/stm32mp1/stm32mp1.c
@@ -666,9 +666,6 @@ int board_init(void)
if (IS_ENABLED(CONFIG_ARMV7_NONSEC))
sysconf_init();
- if (CONFIG_IS_ENABLED(LED))
- led_default_state();
-
setup_led(LEDST_ON);
return 0;