diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2007-12-20 23:39:31 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 14:14:13 -0500 |
commit | d23f5099297c0f017ba4fb165dc9879bda11f9ce (patch) | |
tree | 0a43ca1a2090643290f02115526875bdf6390a10 /arch/powerpc/boot/cuboot-taishan.c | |
parent | 007b6aa8114550c59373c751ac9cc9f356a0a81f (diff) |
[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 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) | |||
38 | so we just use that code for now at least */ | 38 | so we just use that code for now at least */ |
39 | ibm440ep_fixup_clocks(sysclk, 6 * 1843200); | 39 | ibm440ep_fixup_clocks(sysclk, 6 * 1843200); |
40 | 40 | ||
41 | ibm4xx_fixup_memsize(); | 41 | ibm4xx_sdram_fixup_memsize(); |
42 | 42 | ||
43 | dt_fixup_mac_addresses(bd.bi_enetaddr, bd.bi_enet1addr); | 43 | dt_fixup_mac_addresses(bd.bi_enetaddr, bd.bi_enet1addr); |
44 | 44 | ||