|
@@ -284,14 +284,6 @@ void s_init(void)
|
|
|
*/
|
|
|
#ifdef CONFIG_NOR_BOOT
|
|
|
enable_norboot_pin_mux();
|
|
|
-#endif
|
|
|
- /*
|
|
|
- * Save the boot parameters passed from romcode.
|
|
|
- * We cannot delay the saving further than this,
|
|
|
- * to prevent overwrites.
|
|
|
- */
|
|
|
-#ifdef CONFIG_SPL_BUILD
|
|
|
- save_omap_boot_params();
|
|
|
#endif
|
|
|
watchdog_disable();
|
|
|
set_uart_mux_conf();
|
|
@@ -301,9 +293,6 @@ void s_init(void)
|
|
|
gd->baudrate = CONFIG_BAUDRATE;
|
|
|
serial_init();
|
|
|
gd->have_console = 1;
|
|
|
-#elif defined(CONFIG_SPL_BUILD)
|
|
|
- gd = &gdata;
|
|
|
- preloader_console_init();
|
|
|
#endif
|
|
|
#if defined(CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC)
|
|
|
/* Enable RTC32K clock */
|