Merge git://www.denx.de/git/u-boot
[oweals/u-boot.git] / lib_sh / sh_linux.c
index 7237ab3382a9e9c6e59ea70bd7341e9f2e71340e..14b6815cd40eacf1caf47095c70ffb9a49e48f9a 100644 (file)
@@ -28,7 +28,7 @@
 extern image_header_t header;  /* common/cmd_bootm.c */
 
 /* The SH kernel reads arguments from the empty zero page at location
- * 0 at the start of SDRAM. The following are copied from 
+ * 0 at the start of SDRAM. The following are copied from
  * arch/sh/kernel/setup.c and may require tweaking if the kernel sources
  * change.
  */
@@ -69,6 +69,6 @@ void do_bootm_linux (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[],
        /* Setup parameters */
        memset(PARAM, 0, 0x1000);       /* Clear zero page */
        strcpy(COMMAND_LINE, bootargs);
+
        kernel();
 }
-