Skip to content

Commit a187559

Browse files
lbmengvdsao
authored andcommitted
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 <bmeng.cn@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>
1 parent 94985cc commit a187559

318 files changed

Lines changed: 606 additions & 606 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ The following options need to be configured:
460460

461461
CONFIG_SYS_CPC_REINIT_F
462462
This CONFIG is defined when the CPC is configured as SRAM at the
463-
time of U-boot entry and is required to be re-initialized.
463+
time of U-Boot entry and is required to be re-initialized.
464464

465465
CONFIG_DEEP_SLEEP
466466
Indicates this SoC supports deep sleep feature. If deep sleep is
@@ -2963,7 +2963,7 @@ CBFS (Coreboot Filesystem) support
29632963
- Parallel Flash support:
29642964
CONFIG_SYS_NO_FLASH
29652965

2966-
Traditionally U-boot was run on systems with parallel NOR
2966+
Traditionally U-Boot was run on systems with parallel NOR
29672967
flash. This option is used to disable support for parallel NOR
29682968
flash. This option should be defined if the board does not have
29692969
parallel flash.

arch/arm/cpu/arm926ejs/lpc32xx/cpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void reset_cpu(ulong addr)
4646
int arch_cpu_init(void)
4747
{
4848
/*
49-
* It might be necessary to flush data cache, if U-boot is loaded
49+
* It might be necessary to flush data cache, if U-Boot is loaded
5050
* from kickstart bootloader, e.g. from S1L loader
5151
*/
5252
flush_dcache_all();

arch/arm/cpu/arm926ejs/lpc32xx/lowlevel_init.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ lowlevel_init:
4141
orr r0, #0x00000004
4242
str r0, [r1]
4343

44-
/* Return to U-boot via saved link register */
44+
/* Return to U-Boot via saved link register */
4545
mov pc, lr

arch/arm/cpu/armv7/nonsec_virt.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ _monitor_vectors:
3737

3838
/*
3939
* secure monitor handler
40-
* U-boot calls this "software interrupt" in start.S
40+
* U-Boot calls this "software interrupt" in start.S
4141
* This is executed on a "smc" instruction, we use a "smc #0" to switch
4242
* to non-secure state.
4343
* r0, r1, r2: passed to the callee

arch/arm/cpu/armv8/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if ARM64
22

33
config ARMV8_MULTIENTRY
4-
boolean "Enable multiple CPUs to enter into U-boot"
4+
boolean "Enable multiple CPUs to enter into U-Boot"
55

66
endif

arch/arm/dts/uniphier-ph1-ld4-ref.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
status = "okay";
6060
};
6161

62-
/* for U-boot only */
62+
/* for U-Boot only */
6363
/ {
6464
soc {
6565
u-boot,dm-pre-reloc;

arch/arm/dts/uniphier-ph1-ld6b-ref.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
status = "okay";
6262
};
6363

64-
/* for U-boot only */
64+
/* for U-Boot only */
6565
/ {
6666
soc {
6767
u-boot,dm-pre-reloc;

arch/arm/dts/uniphier-ph1-pro4-ref.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
status = "okay";
6767
};
6868

69-
/* for U-boot only */
69+
/* for U-Boot only */
7070
/ {
7171
soc {
7272
u-boot,dm-pre-reloc;

arch/arm/dts/uniphier-ph1-pro5-4kbox.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
status = "okay";
4848
};
4949

50-
/* for U-boot only */
50+
/* for U-Boot only */
5151
/ {
5252
soc {
5353
u-boot,dm-pre-reloc;

arch/arm/dts/uniphier-ph1-sld3-ref.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
status = "okay";
6969
};
7070

71-
/* for U-boot only */
71+
/* for U-Boot only */
7272
&serial0 {
7373
u-boot,dm-pre-reloc;
7474
};

0 commit comments

Comments
 (0)