diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2007-09-23 02:12:30 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2007-09-23 02:12:30 +0900 |
commit | b02bad128669e567fce87d8df823b06a0144b8db (patch) | |
tree | e388d06d722b283d09260ceab22f9cc342216f94 /lib_sh/sh_linux.c | |
parent | b8685affe614ccf5f4ec66252b30e2e524d18948 (diff) | |
download | u-boot-imx-b02bad128669e567fce87d8df823b06a0144b8db.zip u-boot-imx-b02bad128669e567fce87d8df823b06a0144b8db.tar.gz u-boot-imx-b02bad128669e567fce87d8df823b06a0144b8db.tar.bz2 |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib_sh/sh_linux.c b/lib_sh/sh_linux.c index 7237ab3..acd47b5 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(); } |