summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/cuboot-taishan.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt2007-12-21 05:39:31 +0100
committerJosh Boyer2007-12-23 20:14:13 +0100
commitd23f5099297c0f017ba4fb165dc9879bda11f9ce (patch)
tree0a43ca1a2090643290f02115526875bdf6390a10 /arch/powerpc/boot/cuboot-taishan.c
parent[POWERPC] 4xx: Wire up 440EP USB controller support to Bamboo board (diff)
downloadkernel-qcow2-linux-d23f5099297c0f017ba4fb165dc9879bda11f9ce.tar.gz
kernel-qcow2-linux-d23f5099297c0f017ba4fb165dc9879bda11f9ce.tar.xz
kernel-qcow2-linux-d23f5099297c0f017ba4fb165dc9879bda11f9ce.zip
[POWERPC] 4xx: Adds decoding of 440SPE memory size to boot wrapper library
This adds a function to the bootwrapper 4xx library to decode memory size on 440SPE processors. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/cuboot-taishan.c')
-rw-r--r--arch/powerpc/boot/cuboot-taishan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/cuboot-taishan.c b/arch/powerpc/boot/cuboot-taishan.c
index 4ef92021d012..afd828d050c0 100644
--- a/arch/powerpc/boot/cuboot-taishan.c
+++ b/arch/powerpc/boot/cuboot-taishan.c
@@ -38,7 +38,7 @@ static void taishan_fixups(void)
so we just use that code for now at least */
ibm440ep_fixup_clocks(sysclk, 6 * 1843200);
- ibm4xx_fixup_memsize();
+ ibm4xx_sdram_fixup_memsize();
dt_fixup_mac_addresses(bd.bi_enetaddr, bd.bi_enet1addr);