[PATCH 1/5] trivial: doc: fix typos in mach-arm.dox
Josh Cartwright
joshc at eso.teric.us
Sat Mar 2 19:48:17 EST 2013
Signed-off-by: Josh Cartwright <joshc at eso.teric.us>
---
arch/arm/mach-arm.dox | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-arm.dox b/arch/arm/mach-arm.dox
index 758df3f..03e39ea 100644
--- a/arch/arm/mach-arm.dox
+++ b/arch/arm/mach-arm.dox
@@ -12,7 +12,7 @@ FIXME
to: "runtime address != link address". You should only use branches and
do not refer to fixed data. This implies the use of assembler code only.
-The ARM CPU starts at lable \<reset\> in one of the corresponding start-*.S
+The ARM CPU starts at label \<reset\> in one of the corresponding start-*.S
files. After some basic hardware setup it can call a function
\<arch_init_lowlevel\> if not disabled. This call is intended to give all
developers a chance to use a standard reset vector file, but also do some
@@ -47,7 +47,7 @@ Lets call the new MACH new_cpu.
- add /arch/arm/mach-new_cpu/Makfile
- add other CPU specific code into /arch/arm/mach-new_cpu/
- modify /arch/arm/Kconfig
- - modify /arch/arm/Makfile
+ - modify /arch/arm/Makefile
@section mach_arm_architecures Architectures using ARM processors
For details on specific architectures:
--
1.8.1.2
More information about the barebox
mailing list