aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/lib/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/lib/board.c')
-rw-r--r--arch/sandbox/lib/board.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sandbox/lib/board.c b/arch/sandbox/lib/board.c
index c173bf96f..83858c1ff 100644
--- a/arch/sandbox/lib/board.c
+++ b/arch/sandbox/lib/board.c
@@ -220,9 +220,7 @@ void board_init_r(gd_t *id, ulong dest_addr)
gd->flags |= GD_FLG_RELOC; /* tell others: relocation done */
-#ifdef CONFIG_SERIAL_MULTI
serial_initialize();
-#endif
#ifdef CONFIG_POST
post_output_backlog();