]> git.sur5r.net Git - u-boot/blobdiff - lib_sh/sh_linux.c
MPC8568E-MDS: reset UCCs to use them reliably
[u-boot] / lib_sh / sh_linux.c
index acd47b5db70388fbbd1e03e50b370a665b527a97..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.
  */
@@ -72,4 +72,3 @@ void do_bootm_linux (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[],
 
        kernel();
 }
-