powerpc/4xx: Allow 4xx PCI bridge to be disabled via device tree
[safe/jmp/linux-2.6] / arch / powerpc / boot / cuboot-52xx.c
index 9256a26..a861154 100644 (file)
@@ -53,7 +53,7 @@ void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
                    unsigned long r6, unsigned long r7)
 {
        CUBOOT_INIT();
-       ft_init(_dtb_start, _dtb_end - _dtb_start, 32);
+       fdt_init(_dtb_start);
        serial_console_init();
        platform_ops.fixups = platform_fixups;
 }