X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fboot%2Fep88xc.c;h=a400f540715541ba550a973febe007e9e0a57712;hb=70ec75c5b8e0bda7a16fb387f91e08545f379a0e;hp=6b87cdce3fe7312cc6d3e45ac55d4136e23a66c1;hpb=4d5709a7b7d54fc5882d2943a14988a92d48c00a;p=~andy%2Flinux diff --git a/arch/powerpc/boot/ep88xc.c b/arch/powerpc/boot/ep88xc.c index 6b87cdce3fe..a400f540715 100644 --- a/arch/powerpc/boot/ep88xc.c +++ b/arch/powerpc/boot/ep88xc.c @@ -45,7 +45,7 @@ void platform_init(unsigned long r3, unsigned long r4, unsigned long r5, mem_size *= 1024 * 1024; simple_alloc_init(_end, mem_size - (unsigned long)_end, 32, 64); - ft_init(_dtb_start, _dtb_end - _dtb_start, 32); + fdt_init(_dtb_start); planetcore_set_stdout_path(table);