From a187559e3d586891c917279044c5386d1b2adc6e Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Fri, 5 Feb 2016 19:30:11 -0800 Subject: Use correct spelling of "U-Boot" Correct spelling of "U-Boot" shall be used in all written text (documentation, comments in source files etc.). Signed-off-by: Bin Meng Reviewed-by: Heiko Schocher Reviewed-by: Simon Glass Reviewed-by: Minkyu Kang --- scripts/basic/fixdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/basic') diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c index 074234fd5d..e8e8c7756d 100644 --- a/scripts/basic/fixdep.c +++ b/scripts/basic/fixdep.c @@ -123,7 +123,7 @@ char *target; char *depfile; char *cmdline; -int is_spl_build = 0; /* hack for U-boot */ +int is_spl_build = 0; /* hack for U-Boot */ static void usage(void) { @@ -459,7 +459,7 @@ int main(int argc, char *argv[]) target = argv[2]; cmdline = argv[3]; - /* hack for U-boot */ + /* hack for U-Boot */ if (!strncmp(target, "spl/", 4) || !strncmp(target, "tpl/", 4)) is_spl_build = 1; -- cgit v1.2.1