diff options
Diffstat (limited to 'arch/powerpc/boot/ps3.c')
-rw-r--r-- | arch/powerpc/boot/ps3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/ps3.c b/arch/powerpc/boot/ps3.c index d6661151b494..3b0ac4d006ec 100644 --- a/arch/powerpc/boot/ps3.c +++ b/arch/powerpc/boot/ps3.c | |||
@@ -131,7 +131,7 @@ void platform_init(void) | |||
131 | printf("\n-- PS3 bootwrapper --\n"); | 131 | printf("\n-- PS3 bootwrapper --\n"); |
132 | 132 | ||
133 | simple_alloc_init(_end, heapsize, 32, 64); | 133 | simple_alloc_init(_end, heapsize, 32, 64); |
134 | ft_init(_dtb_start, 0, 4); | 134 | fdt_init(_dtb_start); |
135 | 135 | ||
136 | chosen = finddevice("/chosen"); | 136 | chosen = finddevice("/chosen"); |
137 | 137 | ||