]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/am33xx/board.c
ARM: DRA7-evm: DDR3: Update leveling values
[u-boot] / arch / arm / cpu / armv7 / am33xx / board.c
index 29b1d734382a3c8a83a41cad409a8b5b6e217d7e..81477aa7b0c3fc9e432a248ca632fc0672a693db 100644 (file)
@@ -284,17 +284,8 @@ 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();
-       timer_init();
        set_uart_mux_conf();
        setup_clocks_for_console();
        uart_soft_reset();
@@ -302,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 */