Re: [PATCH 06/12] lmb: Remove imx board_lmb_reserve()

2021-09-23 Thread Tom Rini
On Fri, Sep 10, 2021 at 10:47:12PM +0200, Marek Vasut wrote: > This function is clearly architecture specific code, not board specific > code. The only difference from the previous arm arch_lmb_reserve() is the > extra reservation of 16k of memory below the stack bottom, rather than > the 4k. The

[PATCH 06/12] lmb: Remove imx board_lmb_reserve()

2021-09-10 Thread Marek Vasut
This function is clearly architecture specific code, not board specific code. The only difference from the previous arm arch_lmb_reserve() is the extra reservation of 16k of memory below the stack bottom, rather than the 4k. The common code now also uses 16k alignment. Remove this custom implementa