summaryrefslogtreecommitdiffstats
path: root/board/davinci/da8xxevm/da850evm.c
diff options
context:
space:
mode:
authorSughosh Ganu <urwithsughosh@gmail.com>2010-11-28 20:21:27 -0500
committerSandeep Paulraj <s-paulraj@ti.com>2010-11-28 20:21:27 -0500
commitd7f9b503a8d1ae2acab9dea6b9c0cb55d8d3e0af (patch)
treeabf1f78d5d84177945a3e10d275d4263e82775de /board/davinci/da8xxevm/da850evm.c
parentd73a8a1b8ce831f9b869960de682ca7d48d49f9d (diff)
downloadblackbird-obmc-uboot-d7f9b503a8d1ae2acab9dea6b9c0cb55d8d3e0af.tar.gz
blackbird-obmc-uboot-d7f9b503a8d1ae2acab9dea6b9c0cb55d8d3e0af.zip
Move and rename common headers from under
board/davinci. Move the davinci common headers to the architecture specific include file path. Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'board/davinci/da8xxevm/da850evm.c')
-rw-r--r--board/davinci/da8xxevm/da850evm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/davinci/da8xxevm/da850evm.c b/board/davinci/da8xxevm/da850evm.c
index c3267cbf51..8c9ff7c637 100644
--- a/board/davinci/da8xxevm/da850evm.c
+++ b/board/davinci/da8xxevm/da850evm.c
@@ -29,8 +29,8 @@
#include <asm/arch/emif_defs.h>
#include <asm/arch/emac_defs.h>
#include <asm/io.h>
-#include "../common/misc.h"
-#include "common.h"
+#include <asm/arch/davinci_misc.h>
+#include <asm/arch/da8xx_common.h>
DECLARE_GLOBAL_DATA_PTR;
OpenPOWER on IntegriCloud