diff options
Diffstat (limited to 'arch/powerpc/boot/cuboot-pq2.c')
-rw-r--r-- | arch/powerpc/boot/cuboot-pq2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/cuboot-pq2.c b/arch/powerpc/boot/cuboot-pq2.c index 61574f3272dd..f56ac6cae9f3 100644 --- a/arch/powerpc/boot/cuboot-pq2.c +++ b/arch/powerpc/boot/cuboot-pq2.c | |||
@@ -255,7 +255,7 @@ void platform_init(unsigned long r3, unsigned long r4, unsigned long r5, | |||
255 | unsigned long r6, unsigned long r7) | 255 | unsigned long r6, unsigned long r7) |
256 | { | 256 | { |
257 | CUBOOT_INIT(); | 257 | CUBOOT_INIT(); |
258 | ft_init(_dtb_start, _dtb_end - _dtb_start, 32); | 258 | fdt_init(_dtb_start); |
259 | serial_console_init(); | 259 | serial_console_init(); |
260 | platform_ops.fixups = pq2_platform_fixups; | 260 | platform_ops.fixups = pq2_platform_fixups; |
261 | } | 261 | } |