Skip to content

Commit

Permalink
Fix raspberrypi bootloop when using serial REPL by removing
Browse files Browse the repository at this point in the history
extra call to serial_early_init.
  • Loading branch information
eightycc committed Nov 8, 2024
1 parent ddfa519 commit 6259419
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ports/raspberrypi/supervisor/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,6 @@ safe_mode_t port_init(void) {
// Reset everything into a known state before board_init.
reset_port();

serial_early_init();

#ifdef CIRCUITPY_PSRAM_CHIP_SELECT
setup_psram();
#endif
Expand Down

0 comments on commit 6259419

Please sign in to comment.