Commit 40e91aec authored by John Crispin's avatar John Crispin Committed by Ralf Baechle

MIPS: parse chosen node on boot

Call early_init_devtree from inside __dt_setup_arch to allow parsing of the
chosen node.
Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3718/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 7d6168e5
......@@ -105,4 +105,6 @@ void __init __dt_setup_arch(struct boot_param_header *bph)
}
initial_boot_params = bph;
early_init_devtree(initial_boot_params);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment