diff options
Diffstat (limited to 'arch/powerpc/boot/ep88xc.c')
-rw-r--r-- | arch/powerpc/boot/ep88xc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/ep88xc.c b/arch/powerpc/boot/ep88xc.c index 6b87cdce3fe7..a400f5407155 100644 --- a/arch/powerpc/boot/ep88xc.c +++ b/arch/powerpc/boot/ep88xc.c | |||
@@ -45,7 +45,7 @@ void platform_init(unsigned long r3, unsigned long r4, unsigned long r5, | |||
45 | mem_size *= 1024 * 1024; | 45 | mem_size *= 1024 * 1024; |
46 | simple_alloc_init(_end, mem_size - (unsigned long)_end, 32, 64); | 46 | simple_alloc_init(_end, mem_size - (unsigned long)_end, 32, 64); |
47 | 47 | ||
48 | ft_init(_dtb_start, _dtb_end - _dtb_start, 32); | 48 | fdt_init(_dtb_start); |
49 | 49 | ||
50 | planetcore_set_stdout_path(table); | 50 | planetcore_set_stdout_path(table); |
51 | 51 | ||