summaryrefslogtreecommitdiffstats
path: root/lib_sh/sh_linux.c
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2007-09-23 02:12:30 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2007-09-23 02:12:30 +0900
commitb02bad128669e567fce87d8df823b06a0144b8db (patch)
treee388d06d722b283d09260ceab22f9cc342216f94 /lib_sh/sh_linux.c
parentb8685affe614ccf5f4ec66252b30e2e524d18948 (diff)
downloadtalos-obmc-uboot-b02bad128669e567fce87d8df823b06a0144b8db.tar.gz
talos-obmc-uboot-b02bad128669e567fce87d8df823b06a0144b8db.zip
sh: Update core code of SuperH.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'lib_sh/sh_linux.c')
-rw-r--r--lib_sh/sh_linux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib_sh/sh_linux.c b/lib_sh/sh_linux.c
index 7237ab3382..acd47b5db7 100644
--- a/lib_sh/sh_linux.c
+++ b/lib_sh/sh_linux.c
@@ -69,6 +69,7 @@ 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();
}
OpenPOWER on IntegriCloud