summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMatthias Kaehlcke <matthias@kaehlcke.net>2009-12-29 20:34:11 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-01-04 11:11:55 +0100
commitd7c3ca26236454847343911d8afe6287fd7e6d08 (patch)
treead69e55d39b924054eebef19cd3c557a1b537695 /arch
parentc68c06cb0e5f9913473ab9cfbf7c48af79582c99 (diff)
downloadbarebox-d7c3ca26236454847343911d8afe6287fd7e6d08.tar.gz
barebox-d7c3ca26236454847343911d8afe6287fd7e6d08.tar.xz
fix path specs in arch/arm/mach-arm.dox
Fix incorrect path specs in the documentation for adding an ARM based CPU (MACH) to the tree Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net> -- Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-arm.dox12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-arm.dox b/arch/arm/mach-arm.dox
index 76b6883609..758df3f541 100644
--- a/arch/arm/mach-arm.dox
+++ b/arch/arm/mach-arm.dox
@@ -40,12 +40,12 @@ target address is the first C instruction in barebox. At this point of time:\n
Lets call the new MACH new_cpu.
- - create a new subdirectory in /arch/arm/new_cpu
- - create a new subdirectory in /include/asm-arm/new_cpu
- - add CPU specific definitions into /include/asm-arm/new_cpu/
- - add /arch/arm/new_cpu/Kconfig
- - add /arch/arm/new_cpu/Makfile
- - add other CPU specific code into /arch/arm/new_cpu/
+ - create a new subdirectory in /arch/arm/mach-new_cpu
+ - create a new subdirectory in /arch/arm/mach-new_cpu/include
+ - add CPU specific definitions into /arch/arm/mach-new_cpu/include
+ - add /arch/arm/mach-new_cpu/Kconfig
+ - 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