|
|
|
[PATCH 05/14] MIPS: parse chosen node on boot | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
Call early_init_devtree from inside __dt_setup_arch to allow parsing of the chosen node. Signed-off-by: John Crispin <blogic@xxxxxxxxxxx> --- arch/mips/kernel/prom.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/mips/kernel/prom.c b/arch/mips/kernel/prom.c index 271ad98..dc6dedf 100644 --- a/arch/mips/kernel/prom.c +++ b/arch/mips/kernel/prom.c @@ -108,4 +108,6 @@ void __init __dt_setup_arch(struct boot_param_header *bph) initial_boot_params = bph; size = be32_to_cpu(bph->totalsize); + + early_init_devtree(initial_boot_params); } -- 1.7.9.1
[Linux MIPS Home] [LKML Archive] [Linux ARM] [Linux] [Git] [Photo] [Yosemite News] [Linux SCSI] [Linux Hams]
![]() |
![]() |