summaryrefslogtreecommitdiff
path: root/lib_sh/sh_linux.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-12-27 01:52:50 +0100
committerWolfgang Denk <wd@denx.de>2007-12-27 01:52:50 +0100
commit61fb15c516fef5631e305f1976d7b3a679725856 (patch)
tree3b3e66c90349f1b5df7c2a05dd47c11f42eb58bd /lib_sh/sh_linux.c
parent6e1bbe6e3edf5f508de89114577ce7b7caa89c8a (diff)
Fix coding style issues; update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'lib_sh/sh_linux.c')
-rw-r--r--lib_sh/sh_linux.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib_sh/sh_linux.c b/lib_sh/sh_linux.c
index acd47b5db..14b6815cd 100644
--- a/lib_sh/sh_linux.c
+++ b/lib_sh/sh_linux.c
@@ -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();
}
-