|
@@ -471,6 +471,7 @@ void board_init_r(gd_t *dummy1, ulong dummy2)
|
|
|
jump_to_image_no_args(&spl_image);
|
|
|
}
|
|
|
|
|
|
+#ifdef CONFIG_SPL_SERIAL_SUPPORT
|
|
|
/*
|
|
|
* This requires UART clocks to be enabled. In order for this to work the
|
|
|
* caller must ensure that the gd pointer is valid.
|
|
@@ -491,6 +492,7 @@ void preloader_console_init(void)
|
|
|
spl_display_print();
|
|
|
#endif
|
|
|
}
|
|
|
+#endif
|
|
|
|
|
|
/**
|
|
|
* spl_relocate_stack_gd() - Relocate stack ready for board_init_r() execution
|