summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-10-24 13:20:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-10-24 13:20:27 +0200
commita26a5ef28f152fe658c16174cc6459c6d77d9692 (patch)
tree6f7b4d361ce25818e4a6ed259e3a970364fb42b6 /arch/arm
parenta3defd2f5774dcf392c58d4968eaded2d5bb6e01 (diff)
downloadbarebox-a26a5ef28f152fe658c16174cc6459c6d77d9692.tar.gz
barebox-a26a5ef28f152fe658c16174cc6459c6d77d9692.tar.xz
Replace all occurences of UBoot with U-Boot
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-arm.dox6
1 files changed, 3 insertions, 3 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".
*/