summaryrefslogtreecommitdiffstats
path: root/board/Marvell/mv88f6281gtw_ge
diff options
context:
space:
mode:
authorLei Wen <[leiwen@marvell.com]>2011-10-18 20:11:42 +0530
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:33 +0200
commita7efd719f415833a833d6a8e46bcd470a0847ecc (patch)
treeffc36b4bedcb43a492ed43a0b8cccbfafcadaa6c /board/Marvell/mv88f6281gtw_ge
parentab1b95521174e6705abec72c5f1756e8cdb22016 (diff)
downloadblackbird-obmc-uboot-a7efd719f415833a833d6a8e46bcd470a0847ecc.tar.gz
blackbird-obmc-uboot-a7efd719f415833a833d6a8e46bcd470a0847ecc.zip
ARM: kirkwood: 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>
Diffstat (limited to 'board/Marvell/mv88f6281gtw_ge')
-rw-r--r--board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c b/board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c
index 80fd20b7f4..4c41f3b2ef 100644
--- a/board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c
+++ b/board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c
@@ -26,6 +26,7 @@
#include <common.h>
#include <netdev.h>
+#include <asm/arch/cpu.h>
#include <asm/arch/kirkwood.h>
#include <asm/arch/mpp.h>
#include "mv88f6281gtw_ge.h"
OpenPOWER on IntegriCloud