Re: [PATCH] board: freescale: fix LS1021a build

2025-02-28 Thread Benjamin Lemouzy
Hi Peng, On Fri, 28 Feb 2025 12:10:01 +0800 Peng Fan wrote: > On Mon, Feb 17, 2025 at 04:36:03PM +0100, blemouzy...@gmail.com wrote: > >From: Benjamin Lemouzy > > > >Fix build error "undefined reference to `is_warm_boot'" when > >ls1021atsn and ls1021atwr boards are built with CONFIG_SPL=y and

Re: [PATCH] board: freescale: fix LS1021a build

2025-02-27 Thread Peng Fan
On Mon, Feb 17, 2025 at 04:36:03PM +0100, blemouzy...@gmail.com wrote: >From: Benjamin Lemouzy > >Fix build error "undefined reference to `is_warm_boot'" when >ls1021atsn and ls1021atwr boards are built with CONFIG_SPL=y and >CONFIG_DEEP_SLEEP=n. > >Signed-off-by: Benjamin Lemouzy >--- > board/fr