diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-20 09:55:34 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 14:28:40 -0500 |
commit | 4922566f0394ac41c72fb960f22b4f84333026bc (patch) | |
tree | c75b2c3b7141f5216a01ea2a660fb36dee24f66c /arch/powerpc/boot/cuboot-rainier.c | |
parent | af7baf9259c12cfbe927a674f3bd17d855d1e156 (diff) |
[POWERPC] 4xx: libfdt and pci fixes for Rainier
Update the Rainier wrapper for the libfdt merge and add the pci flags to the
platform file.
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/cuboot-rainier.c')
-rw-r--r-- | arch/powerpc/boot/cuboot-rainier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/cuboot-rainier.c b/arch/powerpc/boot/cuboot-rainier.c index 6be15cad2f7e..cf452b66dce8 100644 --- a/arch/powerpc/boot/cuboot-rainier.c +++ b/arch/powerpc/boot/cuboot-rainier.c | |||
@@ -51,6 +51,6 @@ void platform_init(unsigned long r3, unsigned long r4, unsigned long r5, | |||
51 | CUBOOT_INIT(); | 51 | CUBOOT_INIT(); |
52 | platform_ops.fixups = rainier_fixups; | 52 | platform_ops.fixups = rainier_fixups; |
53 | platform_ops.exit = ibm44x_dbcr_reset; | 53 | platform_ops.exit = ibm44x_dbcr_reset; |
54 | ft_init(_dtb_start, 0, 32); | 54 | fdt_init(_dtb_start); |
55 | serial_console_init(); | 55 | serial_console_init(); |
56 | } | 56 | } |