[PATCH master 1/2] list: fix CONFIG_DEBUG_LIST link failure in PBL
Sascha Hauer
s.hauer at pengutronix.de
Tue May 21 04:04:15 PDT 2024
On Wed, 15 May 2024 08:07:57 +0200, Ahmad Fatoum wrote:
> With the addition of PBL handoff data, we now use <linux/list.h> in PBL.
> This works fine with CONFIG_DEBUG_LIST disabled, because all functions are
> inlined, but when building with the option enabled, references to the
> out-of-line sanity checking functions breaks the build.
>
> Fix this by omitting these references when building for PBL.
>
> [...]
Applied, thanks!
[1/2] list: fix CONFIG_DEBUG_LIST link failure in PBL
https://git.pengutronix.de/cgit/barebox/commit/?id=84d8445e0dfb (link may not be stable)
[2/2] pblimage: ls1028a: fix handling of short reads on
https://git.pengutronix.de/cgit/barebox/commit/?id=27d7f5dcb305 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer at pengutronix.de>
More information about the barebox
mailing list