From: Scott Wood Date: Fri, 11 May 2007 17:52:03 +0000 (+1000) Subject: [POWERPC] U-boot passes the initrd as start/end, not start/size. X-Git-Tag: v2.6.22-rc1~17^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dab4d7984ee61c8eb25569b12e7a996f5aaef2ba;p=pandora-kernel.git [POWERPC] U-boot passes the initrd as start/end, not start/size. The boot wrapper platform init code on 83xx and 85xx using the cuboot platform type was incorrectly assuming that u-boot supplied the size of the initrd, whereas it actually supplies the end address. This fixes it. Signed-off-by: Scott Wood Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed