]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/boot/ebony.c
[POWERPC] Use embedded libfdt in the bootwrapper
[linux-2.6-omap-h63xx.git] / arch / powerpc / boot / ebony.c
index 86c0f5df0a86358925d3d0b8c19b91c79a3fa5e5..ee31be5e633e108a4d0d20e207d340ddcee84214 100644 (file)
@@ -146,6 +146,6 @@ void ebony_init(void *mac0, void *mac1)
        platform_ops.exit = ibm44x_dbcr_reset;
        ebony_mac0 = mac0;
        ebony_mac1 = mac1;
-       ft_init(_dtb_start, _dtb_end - _dtb_start, 32);
+       fdt_init(_dtb_start);
        serial_console_init();
 }