diff options
author | Sughosh Ganu <urwithsughosh@gmail.com> | 2010-11-28 20:21:27 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-12-09 10:24:11 +0100 |
commit | a63fbf6730e27134675a2edf2fb53279860d8062 (patch) | |
tree | ca821a61da55ac03f0cecd15e48509f0fdb44b87 /board/davinci/common/misc.c | |
parent | b5d9791f8cdfaa069ea722b31d7755432b7fc51e (diff) | |
download | u-boot-imx-a63fbf6730e27134675a2edf2fb53279860d8062.zip u-boot-imx-a63fbf6730e27134675a2edf2fb53279860d8062.tar.gz u-boot-imx-a63fbf6730e27134675a2edf2fb53279860d8062.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/common/misc.c')
-rw-r--r-- | board/davinci/common/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/davinci/common/misc.c b/board/davinci/common/misc.c index fa9dd9f..a30047b 100644 --- a/board/davinci/common/misc.c +++ b/board/davinci/common/misc.c @@ -29,7 +29,7 @@ #include <net.h> #include <asm/arch/hardware.h> #include <asm/io.h> -#include "misc.h" +#include <asm/arch/davinci_misc.h> DECLARE_GLOBAL_DATA_PTR; |