]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap-common/boot-common.c
update to 2015.04-rc1
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap-common / boot-common.c
index fdef7a708fb6c44f13336c79093bf8aa90dc4ef0..ab4a070f97007bf5d308ad8cc19395ea8282c9ef 100644 (file)
@@ -106,6 +106,16 @@ u32 spl_boot_mode(void)
 
 void spl_board_init(void)
 {
+       /*
+        * Save the boot parameters passed from romcode.
+        * We cannot delay the saving further than this,
+        * to prevent overwrites.
+        */
+       save_omap_boot_params();
+
+       /* Prepare console output */
+       preloader_console_init();
+
 #ifdef CONFIG_SPL_NAND_SUPPORT
        gpmc_init();
 #endif