aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/prom.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/prom.c')
-rw-r--r--arch/powerpc/kernel/prom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c
index e74fa12afc82..c173bee09cee 100644
--- a/arch/powerpc/kernel/prom.c
+++ b/arch/powerpc/kernel/prom.c
@@ -691,7 +691,7 @@ void __init early_init_devtree(void *params)
691 * device-tree, including the platform type, initrd location and 691 * device-tree, including the platform type, initrd location and
692 * size, TCE reserve, and more ... 692 * size, TCE reserve, and more ...
693 */ 693 */
694 of_scan_flat_dt(early_init_dt_scan_chosen_ppc, NULL); 694 of_scan_flat_dt(early_init_dt_scan_chosen_ppc, cmd_line);
695 695
696 /* Scan memory nodes and rebuild MEMBLOCKs */ 696 /* Scan memory nodes and rebuild MEMBLOCKs */
697 memblock_init(); 697 memblock_init();