commit | dab4d7984ee61c8eb25569b12e7a996f5aaef2ba | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Sat May 12 03:52:03 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Sat May 12 11:32:48 2007 +1000 |
tree | 5b6ff1e3ca2be89cb2811060c6e91a40b1aa9214 | |
parent | 36bd2836f39d9c256689475432dd7d36eda1c491 [diff] |
[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 <scottwood@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>