From 1be82afa807cc3cfacab29e3de0975d2cd99fa5d Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 17 May 2023 09:17:16 +0200 Subject: global: Use proper project name U-Boot Use proper project name in comments, Kconfig, readmes. Reviewed-by: Neil Armstrong Acked-by: Ilias Apalodimas Reviewed-by: Stefan Roese Reviewed-by: Qu Wenruo Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/0dbdf0432405c1c38ffca55703b6737a48219e79.1684307818.git.michal.simek@amd.com --- boot/boot_fit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/boot_fit.c') diff --git a/boot/boot_fit.c b/boot/boot_fit.c index 4a493b36847..9d394126563 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; } -- cgit v1.2.3