提交 40e91aec 编写于 作者: J John Crispin 提交者: 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: NJohn Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3718/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册