summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-arm.dox6
-rw-r--r--arch/blackfin/mach-bf.dox2
-rw-r--r--arch/ppc/mach-ppc.dox2
3 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-arm.dox b/arch/arm/mach-arm.dox
index 4c810956ce..8443b731aa 100644
--- a/arch/arm/mach-arm.dox
+++ b/arch/arm/mach-arm.dox
@@ -1,5 +1,5 @@
/* This document is intended to provide the developer with information
- * how to integrate a new CPU (MACH) into this part of the UBoot tree
+ * how to integrate a new CPU (MACH) into this part of the U-Boot tree
*/
/** @page dev_arm_mach ARM based CPU (MACH) into the tree
@@ -25,9 +25,9 @@ As its board specific, your can do whatever you need to bring your board up.
When <board_init_lowlevel> returns it will be assumed there is now a working
RAM that can be used for all further steps.
-Next step is relocation of UBoot itself. It gets copied to RAM and the last
+Next step is relocation of U-Boot itself. It gets copied to RAM and the last
assembler instruction is a jump into <start_uboot>. This target address is
-the first C instruction in UBoot. At this point of time:
+the first C instruction in U-Boot. At this point of time:
"runtime address == link address".
*/
diff --git a/arch/blackfin/mach-bf.dox b/arch/blackfin/mach-bf.dox
index 9812acec35..d40595779f 100644
--- a/arch/blackfin/mach-bf.dox
+++ b/arch/blackfin/mach-bf.dox
@@ -1,5 +1,5 @@
/* This document is intended to provide the developer with information
- * how to integrate a new CPU (MACH) into this part of the UBoot tree
+ * how to integrate a new CPU (MACH) into this part of the U-Boot tree
*/
/** @page dev_bf_mach Blackfin based CPU (MACH) into the tree
diff --git a/arch/ppc/mach-ppc.dox b/arch/ppc/mach-ppc.dox
index 01343a34eb..381909adbf 100644
--- a/arch/ppc/mach-ppc.dox
+++ b/arch/ppc/mach-ppc.dox
@@ -1,5 +1,5 @@
/* This document is intended to provide the developer with information
- * how to integrate a new CPU (MACH) into this part of the UBoot tree
+ * how to integrate a new CPU (MACH) into this part of the U-Boot tree
*/
/** @page dev_ppc_mach PowerPC based CPU into the tree