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 --- arch/blackfin/cpu/Makefile | 2 +- arch/blackfin/cpu/cpu.c | 2 +- arch/blackfin/cpu/cpu.h | 2 +- arch/blackfin/cpu/interrupts.c | 2 +- arch/blackfin/cpu/start.S | 4 ++-- arch/blackfin/cpu/traps.c | 2 +- arch/blackfin/cpu/u-boot.lds | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'arch/blackfin/cpu') diff --git a/arch/blackfin/cpu/Makefile b/arch/blackfin/cpu/Makefile index 7cd0bbf24e1..7ba5f1b8481 100644 --- a/arch/blackfin/cpu/Makefile +++ b/arch/blackfin/cpu/Makefile @@ -1,5 +1,5 @@ # -# U-boot - Makefile +# U-Boot - Makefile # # Copyright (c) 2005-2008 Analog Device Inc. # diff --git a/arch/blackfin/cpu/cpu.c b/arch/blackfin/cpu/cpu.c index 91aa5cc89c3..529322a1743 100644 --- a/arch/blackfin/cpu/cpu.c +++ b/arch/blackfin/cpu/cpu.c @@ -1,5 +1,5 @@ /* - * U-boot - cpu.c CPU specific functions + * U-Boot - cpu.c CPU specific functions * * Copyright (c) 2005-2008 Analog Devices Inc. * diff --git a/arch/blackfin/cpu/cpu.h b/arch/blackfin/cpu/cpu.h index f6aa1b6539a..a5fe02e53cd 100644 --- a/arch/blackfin/cpu/cpu.h +++ b/arch/blackfin/cpu/cpu.h @@ -1,5 +1,5 @@ /* - * U-boot - cpu.h + * U-Boot - cpu.h * * Copyright (c) 2005-2007 Analog Devices Inc. * diff --git a/arch/blackfin/cpu/interrupts.c b/arch/blackfin/cpu/interrupts.c index 91898166998..45c92c3d3e7 100644 --- a/arch/blackfin/cpu/interrupts.c +++ b/arch/blackfin/cpu/interrupts.c @@ -1,5 +1,5 @@ /* - * U-boot - interrupts.c Interrupt related routines + * U-Boot - interrupts.c Interrupt related routines * * Copyright (c) 2005-2008 Analog Devices Inc. * diff --git a/arch/blackfin/cpu/start.S b/arch/blackfin/cpu/start.S index f31abfacf21..823a1dfde89 100644 --- a/arch/blackfin/cpu/start.S +++ b/arch/blackfin/cpu/start.S @@ -1,5 +1,5 @@ /* - * U-boot - start.S Startup file for Blackfin u-boot + * U-Boot - start.S Startup file for Blackfin U-Boot * * Copyright (c) 2005-2008 Analog Devices Inc. * @@ -51,7 +51,7 @@ ENTRY(_start) #ifdef CONFIG_HW_WATCHDOG /* Program the watchdog with default timeout of ~5 seconds. * That should be long enough to bootstrap ourselves up and - * then the common u-boot code can take over. + * then the common U-Boot code can take over. */ r1 = WDDIS; # ifdef __ADSPBF60x__ diff --git a/arch/blackfin/cpu/traps.c b/arch/blackfin/cpu/traps.c index 10f72f8246c..21760d01a7a 100644 --- a/arch/blackfin/cpu/traps.c +++ b/arch/blackfin/cpu/traps.c @@ -1,5 +1,5 @@ /* - * U-boot - traps.c Routines related to interrupts and exceptions + * U-Boot - traps.c Routines related to interrupts and exceptions * * Copyright (c) 2005-2008 Analog Devices Inc. * diff --git a/arch/blackfin/cpu/u-boot.lds b/arch/blackfin/cpu/u-boot.lds index ae1b813c1f3..f407fb23275 100644 --- a/arch/blackfin/cpu/u-boot.lds +++ b/arch/blackfin/cpu/u-boot.lds @@ -1,5 +1,5 @@ /* - * U-boot - u-boot.lds.S + * U-Boot - u-boot.lds.S * * Copyright (c) 2005-2010 Analog Device Inc. * -- cgit v1.2.3