diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-20 15:55:34 +0100 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 20:28:40 +0100 |
commit | 4922566f0394ac41c72fb960f22b4f84333026bc (patch) | |
tree | c75b2c3b7141f5216a01ea2a660fb36dee24f66c /arch/powerpc/boot/cuboot-rainier.c | |
parent | [POWERPC] 4xx: Include missing header (diff) | |
download | linux-4922566f0394ac41c72fb960f22b4f84333026bc.tar.xz linux-4922566f0394ac41c72fb960f22b4f84333026bc.zip |
[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, 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(); } |