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