Skip to content
Snippets Groups Projects
Commit b4483e4a authored by Troy Kisky's avatar Troy Kisky
Browse files

nitrogen8m_som: don't return to ROM if CONFIG_SPL_USB_SDP_SUPPORT defined

parent 6c2c6784
No related branches found
No related tags found
No related merge requests found
......@@ -188,11 +188,13 @@ void spl_board_init(void)
/* DDR initialization */
spl_dram_init();
#ifndef CONFIG_SPL_USB_SDP_SUPPORT
/* Serial download mode */
if (is_usb_boot()) {
puts("Back to ROM, SDP\n");
restore_boot_params();
}
#endif
puts("Normal Boot\n");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment