Re: [PATCH 02/12] lmb: Always compile arch_lmb_reserve() into U-Boot on arc

2021-09-23 Thread Tom Rini
On Fri, Sep 10, 2021 at 10:47:08PM +0200, Marek Vasut wrote: > The arch_lmb_reserve() is called by lib/lmb.c lmb_reserve_common() even > if CMD_BOOTM is not enabled. However, the arc variant of arch_lmb_reserve() > is only compiled in if CMD_BOOTM is enabled. > > This currently does not trigger b

[PATCH 02/12] lmb: Always compile arch_lmb_reserve() into U-Boot on arc

2021-09-10 Thread Marek Vasut
The arch_lmb_reserve() is called by lib/lmb.c lmb_reserve_common() even if CMD_BOOTM is not enabled. However, the arc variant of arch_lmb_reserve() is only compiled in if CMD_BOOTM is enabled. This currently does not trigger build error, because there is an empty weak implementation of arch_lmb_re