Hi Andrew,

On Fri, 15 Jul 2022 at 09:35, Andrew Davis <a...@ti.com> wrote:
>
> From: "Andrew F. Davis" <a...@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.

nit: stdio.h I think?

>
> Signed-off-by: Andrew F. Davis <a...@ti.com>
> Reviewed-by: Simon Glass <s...@chromium.org>
> ---
>  boot/common_fit.c        |  2 --
>  common/spl/spl.c         |  4 +---
>  common/spl/spl_ext.c     |  8 --------
>  common/spl/spl_fat.c     |  6 ------
>  common/spl/spl_mmc.c     | 18 ------------------
>  common/spl/spl_usb.c     |  2 --
>  drivers/mmc/mmc-uclass.c |  2 --
>  drivers/mmc/mmc.c        | 12 ------------
>  drivers/mmc/mmc_legacy.c |  2 --
>  include/stdio.h          |  5 ++---
>  10 files changed, 3 insertions(+), 58 deletions(-)
>

Regards,
Simon

Reply via email to