diff options
Diffstat (limited to 'arch/powerpc/boot/cuboot-83xx.c')
-rw-r--r-- | arch/powerpc/boot/cuboot-83xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/cuboot-83xx.c b/arch/powerpc/boot/cuboot-83xx.c index a0505509abcc..acd860ed7393 100644 --- a/arch/powerpc/boot/cuboot-83xx.c +++ b/arch/powerpc/boot/cuboot-83xx.c | |||
@@ -52,7 +52,7 @@ void platform_init(unsigned long r3, unsigned long r4, unsigned long r5, | |||
52 | unsigned long r6, unsigned long r7) | 52 | unsigned long r6, unsigned long r7) |
53 | { | 53 | { |
54 | CUBOOT_INIT(); | 54 | CUBOOT_INIT(); |
55 | ft_init(_dtb_start, _dtb_end - _dtb_start, 32); | 55 | fdt_init(_dtb_start); |
56 | serial_console_init(); | 56 | serial_console_init(); |
57 | platform_ops.fixups = platform_fixups; | 57 | platform_ops.fixups = platform_fixups; |
58 | } | 58 | } |