diff options
author | Sughosh Ganu <urwithsughosh@gmail.com> | 2010-11-28 20:21:27 -0500 |
---|---|---|
committer | Sandeep Paulraj <s-paulraj@ti.com> | 2010-11-28 20:21:27 -0500 |
commit | d7f9b503a8d1ae2acab9dea6b9c0cb55d8d3e0af (patch) | |
tree | abf1f78d5d84177945a3e10d275d4263e82775de /board/davinci/da8xxevm/common.c | |
parent | d73a8a1b8ce831f9b869960de682ca7d48d49f9d (diff) | |
download | u-boot-imx-d7f9b503a8d1ae2acab9dea6b9c0cb55d8d3e0af.zip u-boot-imx-d7f9b503a8d1ae2acab9dea6b9c0cb55d8d3e0af.tar.gz u-boot-imx-d7f9b503a8d1ae2acab9dea6b9c0cb55d8d3e0af.tar.bz2 |
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/common.c')
-rw-r--r-- | board/davinci/da8xxevm/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/davinci/da8xxevm/common.c b/board/davinci/da8xxevm/common.c index 9cd5204c..36bf693 100644 --- a/board/davinci/da8xxevm/common.c +++ b/board/davinci/da8xxevm/common.c @@ -20,7 +20,7 @@ #include <asm/io.h> #include <asm/arch/hardware.h> -#include "common.h" +#include <asm/arch/da8xx_common.h> #ifndef CONFIG_USE_IRQ void irq_init(void) |