> From: Marek Vasut <[email protected]> > Sent: Monday, August 16, 2021 2:13 AM > To: [email protected] > Cc: Marek Vasut <[email protected]>; Rick Jian-Zhi Chen(陳建志) > <[email protected]>; Simon Goldschmidt <[email protected]>; > Tom Rini <[email protected]> > Subject: [PATCH 08/14] lmb: nds32: Add arch_lmb_reserve() > > 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 <[email protected]> > Cc: Rick Chen <[email protected]> > Cc: Simon Goldschmidt <[email protected]> > Cc: Tom Rini <[email protected]> > --- > arch/nds32/lib/bootm.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+)
Reviewed-by: Rick Chen <[email protected]>

