
25 Jul
2022
25 Jul
'22
5:28 p.m.
On Fri, Jul 15, 2022 at 10:35:00AM -0500, Andrew Davis wrote:
From: "Andrew F. Davis" afd@ti.com
Print statements in SPL depend on lib/common support, due to this many such print statements are ifdef'd. Instead of checking at each call site move the check to the common.h header and remove these inline checks.
Signed-off-by: Andrew F. Davis afd@ti.com Reviewed-by: Simon Glass sjg@chromium.org
This leads to a number of different cases of build failure. Looking at evb-px30 and P1010RDB-PA_36BIT_NAND show I think two different ones. Using the public CI infrastructure to ensure a clean world build is strongly advised for the next iteration of this, thanks!
--
Tom