ppc4xx: load Bamboo kernel, initrd, and fdt at fixed addresses
commitceee6da6cff11cea77ed2169a37d27cfc62a3c22
authorHollis Blanchard <hollis@penguinppc.org>
Thu, 5 Aug 2010 00:21:37 +0000 (4 17:21 -0700)
committerAlexander Graf <agraf@suse.de>
Thu, 26 Aug 2010 16:18:26 +0000 (26 18:18 +0200)
treeb4340c1f351b0c596b4b6535558ecaf23329a4c3
parenta86299e53b77bfd9f80bfeb22f30e36b25233e5b
ppc4xx: load Bamboo kernel, initrd, and fdt at fixed addresses

We can't use the return value of load_uimage() for the kernel because it
can't account for BSS size, and the PowerPC kernel does not relocate
blobs before zeroing BSS.

Instead, we now load at the fixed addresses chosen by u-boot (the normal
firmware for the board).

Signed-off-by: Hollis Blanchard <hollis@penguinppc.org>
hw/ppc440_bamboo.c