9
0
Fork 0

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>
This commit is contained in:
Matthias Kaehlcke 2009-12-29 20:34:11 +01:00 committed by Sascha Hauer
parent c68c06cb0e
commit d7c3ca2623
1 changed files with 6 additions and 6 deletions

View File

@ -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