mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
riscv: sbi: Add newline to error message
Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Bin Meng <bin.meng@windriver.com>
This commit is contained in:
parent
bcfe764ee9
commit
7984922fb2
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ void spl_invoke_opensbi(struct spl_image_info *spl_image)
|
|||
/* Find U-Boot image in /fit-images */
|
||||
ret = spl_opensbi_find_uboot_node(spl_image->fdt_addr, &uboot_node);
|
||||
if (ret) {
|
||||
pr_err("Can't find U-Boot node, %d", ret);
|
||||
pr_err("Can't find U-Boot node, %d\n", ret);
|
||||
hang();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue