[U-Boot] [PATCH 4/7] rockchip: spi-boot-order: Trival fix to newline missing
Kever Yang
kever.yang at rock-chips.com
Wed Sep 18 05:01:31 UTC 2019
On 2019/9/17 下午2:10, Jagan Teki wrote:
> newline \n was missed in fdt_path_offset, error loop.
>
> Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
Reviewed-by: Kever Yang<kever.yang at rock-chips.com>
Thanks,
- Kever
> ---
> arch/arm/mach-rockchip/spl-boot-order.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-rockchip/spl-boot-order.c b/arch/arm/mach-rockchip/spl-boot-order.c
> index c19c285c07..fa8e096426 100644
> --- a/arch/arm/mach-rockchip/spl-boot-order.c
> +++ b/arch/arm/mach-rockchip/spl-boot-order.c
> @@ -134,7 +134,7 @@ void board_boot_order(u32 *spl_boot_list)
> /* Try to resolve the config item (or alias) as a path */
> node = fdt_path_offset(blob, conf);
> if (node < 0) {
> - debug("%s: could not find %s in FDT", __func__, conf);
> + debug("%s: could not find %s in FDT\n", __func__, conf);
> continue;
> }
>
More information about the U-Boot
mailing list