]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: orion5x: reduce dependence of including platform file
authorLei Wen <leiwen@marvell.com>
Mon, 24 Oct 2011 16:27:32 +0000 (16:27 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 27 Oct 2011 19:56:33 +0000 (21:56 +0200)
commit5ff8b35412e895287d91172c9ac3b60520d41ddb
tree46011c232afdc0dd99701467d18764aa456fc667
parent93554271b9849c273f312a9cdb53a39fede1f6be
ARM: orion5x: 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.

Signed-off-by: Lei Wen <leiwen@marvell.com>
arch/arm/cpu/arm926ejs/orion5x/cpu.c
arch/arm/cpu/arm926ejs/orion5x/dram.c
arch/arm/cpu/arm926ejs/orion5x/timer.c
arch/arm/include/asm/arch-orion5x/orion5x.h
common/cmd_ide.c
include/configs/edminiv2.h