diff options
Diffstat (limited to 'arch/powerpc/boot/cuboot-hpc2.c')
-rw-r--r-- | arch/powerpc/boot/cuboot-hpc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/cuboot-hpc2.c b/arch/powerpc/boot/cuboot-hpc2.c index d333898bca30..1b8953259d75 100644 --- a/arch/powerpc/boot/cuboot-hpc2.c +++ b/arch/powerpc/boot/cuboot-hpc2.c | |||
@@ -42,7 +42,7 @@ void platform_init(unsigned long r3, unsigned long r4, unsigned long r5, | |||
42 | unsigned long r6, unsigned long r7) | 42 | unsigned long r6, unsigned long r7) |
43 | { | 43 | { |
44 | CUBOOT_INIT(); | 44 | CUBOOT_INIT(); |
45 | ft_init(_dtb_start, _dtb_end - _dtb_start, 32); | 45 | fdt_init(_dtb_start); |
46 | serial_console_init(); | 46 | serial_console_init(); |
47 | platform_ops.fixups = platform_fixups; | 47 | platform_ops.fixups = platform_fixups; |
48 | } | 48 | } |