aboutsummaryrefslogtreecommitdiff
path: root/board/mscc/ocelot/ocelot.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/mscc/ocelot/ocelot.c')
-rw-r--r--board/mscc/ocelot/ocelot.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/mscc/ocelot/ocelot.c b/board/mscc/ocelot/ocelot.c
index c462890bb8..2a75ec281c 100644
--- a/board/mscc/ocelot/ocelot.c
+++ b/board/mscc/ocelot/ocelot.c
@@ -79,10 +79,6 @@ int board_early_init_r(void)
/* Address of boot parameters */
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE;
- /* LED setup */
- if (IS_ENABLED(CONFIG_LED))
- led_default_state();
-
return 0;
}