Re: [PATCH 2/2] mips: generic: allow not building DTB in

2018-06-21 Thread Alexandre Belloni
On 20/06/2018 23:08:08+0100, James Hogan wrote: > On Wed, Apr 25, 2018 at 11:16:07PM +0200, Alexandre Belloni wrote: > > Allow not building any DTB in the generic kernel so it gets smaller. This > > is necessary for ocelot because it can be built as a legacy platform that > > needs a built-in DTB a

Re: [PATCH 2/2] mips: generic: allow not building DTB in

2018-06-20 Thread James Hogan
On Wed, Apr 25, 2018 at 11:16:07PM +0200, Alexandre Belloni wrote: > Allow not building any DTB in the generic kernel so it gets smaller. This > is necessary for ocelot because it can be built as a legacy platform that > needs a built-in DTB and it can also handle a separate DTB once it is > update

Re: [PATCH 2/2] mips: generic: allow not building DTB in

2018-06-19 Thread Paul Burton
Hi Alexandre, On Thu, Apr 26, 2018 at 12:01:49AM +0200, Alexandre Belloni wrote: > > diff --git a/arch/mips/Makefile b/arch/mips/Makefile > > index 5e9fce076ab6..3d3554c13710 100644 > > --- a/arch/mips/Makefile > > +++ b/arch/mips/Makefile > > @@ -404,7 +404,7 @@ endif > > CLEAN_FILES += vmlinux.

Re: [PATCH 2/2] mips: generic: allow not building DTB in

2018-04-25 Thread Alexandre Belloni
Hi, On 25/04/2018 23:16:07+0200, Alexandre Belloni wrote: > Allow not building any DTB in the generic kernel so it gets smaller. This > is necessary for ocelot because it can be built as a legacy platform that > needs a built-in DTB and it can also handle a separate DTB once it is > updated with a

[PATCH 2/2] mips: generic: allow not building DTB in

2018-04-25 Thread Alexandre Belloni
Allow not building any DTB in the generic kernel so it gets smaller. This is necessary for ocelot because it can be built as a legacy platform that needs a built-in DTB and it can also handle a separate DTB once it is updated with a more modern bootloader. In the latter case, it is preferable to no