diff options
-rw-r--r-- | arch/riscv/lib/fdt_fixup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/lib/fdt_fixup.c b/arch/riscv/lib/fdt_fixup.c index c658e72bd39..6dfd1a2d5b8 100644 --- a/arch/riscv/lib/fdt_fixup.c +++ b/arch/riscv/lib/fdt_fixup.c @@ -142,7 +142,7 @@ int arch_fixup_fdt(void *blob) size = fdt_totalsize(blob); err = fdt_open_into(blob, blob, size + 32); if (err < 0) { - log_err("Device Tree can't be expanded to accommodate new node"); + log_err("Device-tree can't be expanded to accommodate new node\n"); return err; } chosen_offset = fdt_path_offset(blob, "/chosen"); |