summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/kirkwood/mpp.c
Commit message (Collapse)AuthorAgeLines
* ARM: kirkwood: reduce dependence of including platform fileLei Wen2011-10-27-0/+2
| | | | | | | | | | | For files like the drivers/serial/serial.c, it must include the platform file, as the CONFIG_SYS_NS16550_COM1 must reference to the definition in the platform definition files. Include the platform definition file in the config file, so that it would decouple the dependence for the driver files. Signed-off-by: Lei Wen <leiwen@marvell.com>
* arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser2010-04-13-0/+80
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>