[PATCH v2 1/1] riscv: use log functions in fdt_fixup

Bin Meng bmeng.cn at gmail.com
Tue Jun 30 11:34:16 CEST 2020


On Tue, Jun 30, 2020 at 5:31 PM Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> Replace printf() and debug() by log_err() and log_debug().
>
> "No reserved memory region found in source FDT\n" is not an error but a
> debug information.
>
> %s/can not/cannot/ - use the more common spelling.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> v2:
>         define the log category as LOGC_ARCH
>         rebase the patch upon "Assorted fixes related to reserved memory"
> ---
>  arch/riscv/lib/fdt_fixup.c | 14 ++++++++------
>  1 file changed, 8 insertions(+), 6 deletions(-)
>

Reviewed-by: Bin Meng <bin.meng at windriver.com>


More information about the U-Boot mailing list