aboutsummaryrefslogtreecommitdiff
path: root/boot/boot_fit.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/boot_fit.c')
-rw-r--r--boot/boot_fit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/boot_fit.c b/boot/boot_fit.c
index 4a493b3..9d39412 100644
--- a/boot/boot_fit.c
+++ b/boot/boot_fit.c
@@ -67,7 +67,7 @@ void *locate_dtb_in_fit(const void *fit)
header = (struct legacy_img_hdr *)fit;
if (image_get_magic(header) != FDT_MAGIC) {
- debug("No FIT image appended to U-boot\n");
+ debug("No FIT image appended to U-Boot\n");
return NULL;
}