]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/boot/cuboot-sequoia.c
[POWERPC] Use embedded libfdt in the bootwrapper
[linux-2.6-omap-h63xx.git] / arch / powerpc / boot / cuboot-sequoia.c
index ec635e0bd4ec240630a585421aa04759a92f8d74..cf78260fcf3f584e50787bb03d4423926691c58e 100644 (file)
@@ -51,6 +51,6 @@ void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
        CUBOOT_INIT();
        platform_ops.fixups = sequoia_fixups;
        platform_ops.exit = ibm44x_dbcr_reset;
-       ft_init(_dtb_start, 0, 32);
+       fdt_init(_dtb_start);
        serial_console_init();
 }