Re: [PATCH 07/12] lmb: nios2: Add arch_lmb_reserve()

2021-09-23 Thread Tom Rini
On Fri, Sep 10, 2021 at 10:47:13PM +0200, Marek Vasut wrote: > Add arch_lmb_reserve() implemented using arch_lmb_reserve_generic(). > It is rather likely this architecture also needs to cover U-Boot with > LMB before booting Linux. > > Signed-off-by: Marek Vasut > Cc: Simon Goldschmidt > Cc: Th

[PATCH 07/12] lmb: nios2: Add arch_lmb_reserve()

2021-09-10 Thread Marek Vasut
Add arch_lmb_reserve() implemented using arch_lmb_reserve_generic(). It is rather likely this architecture also needs to cover U-Boot with LMB before booting Linux. Signed-off-by: Marek Vasut Cc: Simon Goldschmidt Cc: Thomas Chou Cc: Tom Rini --- V2: No change --- arch/nios2/lib/bootm.c | 16