aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorLei Wen <[leiwen@marvell.com]>2011-10-18 19:50:48 +0530
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:33 +0200
commitab1b95521174e6705abec72c5f1756e8cdb22016 (patch)
treeb8b6d63601f6f7cc53a50e5cdb7111b5e607a8fb /board
parent0c0d9b708be45184f74b8b497d15b60c538caccf (diff)
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>
Diffstat (limited to 'board')
-rw-r--r--board/Marvell/aspenite/aspenite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/Marvell/aspenite/aspenite.c b/board/Marvell/aspenite/aspenite.c
index 34ac7aa55..3be33bf77 100644
--- a/board/Marvell/aspenite/aspenite.c
+++ b/board/Marvell/aspenite/aspenite.c
@@ -25,6 +25,7 @@
#include <common.h>
#include <mvmfp.h>
+#include <asm/arch/cpu.h>
#include <asm/arch/mfp.h>
#include <asm/arch/armada100.h>