Re: [PATCH] MIPS: of: Introduce helper function to get DTB

2021-02-04 Thread Thomas Bogendoerfer
On Wed, Jan 27, 2021 at 02:24:30PM +0100, Thomas Bogendoerfer wrote: > Selection of the DTB to be used was burried in more or less readable > code in head.S. Move this code into a inline helper function and > use it. > > Signed-off-by: Thomas Bogendoerfer > --- > arch/mips/ath79/setup.c

Re: [PATCH] MIPS: of: Introduce helper function to get DTB

2021-02-03 Thread Florian Fainelli
On 1/27/21 5:24 AM, Thomas Bogendoerfer wrote: > Selection of the DTB to be used was burried in more or less readable > code in head.S. Move this code into a inline helper function and > use it. > > Signed-off-by: Thomas Bogendoerfer > --- > arch/mips/bmips/setup.c | 7 +++--- ^-