diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2007-12-21 15:39:31 +1100 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 13:14:13 -0600 |
commit | d23f5099297c0f017ba4fb165dc9879bda11f9ce (patch) | |
tree | 0a43ca1a2090643290f02115526875bdf6390a10 /arch/powerpc/boot/cuboot-taishan.c | |
parent | 007b6aa8114550c59373c751ac9cc9f356a0a81f (diff) | |
download | op-kernel-dev-d23f5099297c0f017ba4fb165dc9879bda11f9ce.zip op-kernel-dev-d23f5099297c0f017ba4fb165dc9879bda11f9ce.tar.gz |
[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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/cuboot-taishan.c b/arch/powerpc/boot/cuboot-taishan.c index 4ef9202..afd828d 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); |