]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: armada100: reduce dependence of including platform file
authorLei Wen <[leiwen@marvell.com]>
Tue, 18 Oct 2011 14:20:48 +0000 (19:50 +0530)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 27 Oct 2011 19:56:33 +0000 (21:56 +0200)
commitab1b95521174e6705abec72c5f1756e8cdb22016
treeb8b6d63601f6f7cc53a50e5cdb7111b5e607a8fb
parent0c0d9b708be45184f74b8b497d15b60c538caccf
ARM: armada100: reduce dependence of including platform file

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.

Updated cpu.h to remove build errors for gplugd board (by prafulla)

Signed-off-by: Lei Wen <leiwen@marvell.com>
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
arch/arm/cpu/arm926ejs/armada100/cpu.c
arch/arm/cpu/arm926ejs/armada100/dram.c
arch/arm/cpu/arm926ejs/armada100/timer.c
arch/arm/include/asm/arch-armada100/armada100.h
arch/arm/include/asm/arch-armada100/config.h
arch/arm/include/asm/arch-armada100/cpu.h
board/Marvell/aspenite/aspenite.c