]> git.sur5r.net Git - u-boot/commit
sh: Add support any page size and empty_zero_page to SH Linux uImage
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Wed, 17 Sep 2008 02:08:36 +0000 (11:08 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Fri, 19 Sep 2008 02:05:22 +0000 (11:05 +0900)
commit6b44a439215ba7c63f666f8099213ea4f05f2b07
tree2d9151550dffd23ae9d8ebc53dedf03921b3b0e3
parentce9f99ddb59628f41dc534e892368a7d66dfc774
sh: Add support any page size and empty_zero_page to SH Linux uImage

Old U-Boot supported 4KB page size only. If this version, Linux
kernel can not get command line from U-Boot.
SH Linux kernel can change page size and empty_zero_page.
This patch support this function and fix promlem.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
lib_sh/bootm.c