]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/boot/ebony.c
[POWERPC] ucc_geth: use rx-clock-name and tx-clock-name device tree properties
[linux-2.6-omap-h63xx.git] / arch / powerpc / boot / ebony.c
index 2b9a809bcd7442d25348472fe670845952ac2049..ee31be5e633e108a4d0d20e207d340ddcee84214 100644 (file)
@@ -29,9 +29,6 @@
 #include "4xx.h"
 #include "44x.h"
 
-extern char _dtb_start[];
-extern char _dtb_end[];
-
 static u8 *ebony_mac0, *ebony_mac1;
 
 /* Calculate 440GP clocks */
@@ -149,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();
 }