diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-20 14:55:34 (GMT) |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 19:28:40 (GMT) |
commit | 4922566f0394ac41c72fb960f22b4f84333026bc (patch) | |
tree | c75b2c3b7141f5216a01ea2a660fb36dee24f66c /arch/powerpc/boot/cuboot-rainier.c | |
parent | af7baf9259c12cfbe927a674f3bd17d855d1e156 (diff) | |
download | linux-4922566f0394ac41c72fb960f22b4f84333026bc.tar.xz |
[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 6be15ca..cf452b6 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, CUBOOT_INIT(); platform_ops.fixups = rainier_fixups; platform_ops.exit = ibm44x_dbcr_reset; - ft_init(_dtb_start, 0, 32); + fdt_init(_dtb_start); serial_console_init(); } |