
23 Jan
2020
23 Jan
'20
12:25 a.m.
On Tue, Jan 07, 2020 at 06:36:23PM -0500, Andrew F. Davis wrote:
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 Reviewed-by: Lokesh Vutla lokeshvutla@ti.com
This breaks a number of platforms as can be seen on Travis/GitLab/Azure. I bisected down to this commit while testing by using the firefly-px30 board.
--
Tom