diff options
Diffstat (limited to 'arch/powerpc/kernel/prom.c')
-rw-r--r-- | arch/powerpc/kernel/prom.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c index 6a799b3cc6b4..b8e15c678960 100644 --- a/arch/powerpc/kernel/prom.c +++ b/arch/powerpc/kernel/prom.c | |||
@@ -652,9 +652,6 @@ void __init early_init_devtree(void *params) | |||
652 | if (!early_init_dt_verify(params)) | 652 | if (!early_init_dt_verify(params)) |
653 | panic("BUG: Failed verifying flat device tree, bad version?"); | 653 | panic("BUG: Failed verifying flat device tree, bad version?"); |
654 | 654 | ||
655 | /* Setup flat device-tree pointer */ | ||
656 | initial_boot_params = params; | ||
657 | |||
658 | #ifdef CONFIG_PPC_RTAS | 655 | #ifdef CONFIG_PPC_RTAS |
659 | /* Some machines might need RTAS info for debugging, grab it now. */ | 656 | /* Some machines might need RTAS info for debugging, grab it now. */ |
660 | of_scan_flat_dt(early_init_dt_scan_rtas, NULL); | 657 | of_scan_flat_dt(early_init_dt_scan_rtas, NULL); |