Re: [PATCH] MIPS: ingenic: Add support for appended devicetree

2019-02-21 Thread Paul Cercueil
Hi Jonas, On Thu, 21 Feb 2019 at 21:39, Jonas Gorski wrote: On Thu, 21 Feb 2019 at 21:39, Paul Cercueil wrote: Add support for booting the kernel from an externally-appended devicetree, if no devicetree was built-in. Signed-off-by: Paul Cercueil --- arch/mips/Kconfig| 2 +-

Re: [PATCH] MIPS: ingenic: Add support for appended devicetree

2019-02-21 Thread Jonas Gorski
On Thu, 21 Feb 2019 at 21:39, Paul Cercueil wrote: > > Add support for booting the kernel from an externally-appended > devicetree, if no devicetree was built-in. > > Signed-off-by: Paul Cercueil > --- > arch/mips/Kconfig| 2 +- > arch/mips/jz4740/setup.c | 14 +++--- > 2 files

[PATCH] MIPS: ingenic: Add support for appended devicetree

2019-02-21 Thread Paul Cercueil
Add support for booting the kernel from an externally-appended devicetree, if no devicetree was built-in. Signed-off-by: Paul Cercueil --- arch/mips/Kconfig| 2 +- arch/mips/jz4740/setup.c | 14 +++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/arch/mips/Kco