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