sh: Add support zimageboot command for Renesas SH
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Wed, 8 Dec 2010 04:49:12 +0000 (13:49 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Tue, 11 Jan 2011 12:03:26 +0000 (21:03 +0900)
commit45ce6f9e35663ea69fcb268e18e9e7f9fda4881d
treeed6c0b5b6dc68a77aaccb4fec6b3b25e4a12ed59
parent9980df5616a1561460ea079451db1b57c96131f5
sh: Add support zimageboot command for Renesas SH

Curent U-Boot can boot zImage by use the "go" command.
But this is not right method. And this method can not set command-line
to linux kernel.
zimageboot sets command-line in environment of u-boot in linux kernel,
and provides function to boot it.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
arch/sh/lib/Makefile
arch/sh/lib/zimageboot.c [new file with mode: 0644]