Re: [PATCH 11/12] lmb: xtensa: Add arch_lmb_reserve()

2021-09-23 Thread Tom Rini
On Fri, Sep 10, 2021 at 10:47:17PM +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: Chris Zankel > Cc: Simon G

[PATCH 11/12] lmb: xtensa: 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: Chris Zankel Cc: Simon Goldschmidt Cc: Tom Rini --- V2: No change --- arch/xtensa/lib/bootm.c | 1