diff options
author | Sughosh Ganu | 2010-11-28 20:21:27 -0500 |
---|---|---|
committer | Sandeep Paulraj | 2010-11-28 20:21:27 -0500 |
commit | d7f9b503a8d1ae2acab9dea6b9c0cb55d8d3e0af (patch) | |
tree | abf1f78d5d84177945a3e10d275d4263e82775de /board/davinci/sffsdr | |
parent | d73a8a1b8ce831f9b869960de682ca7d48d49f9d (diff) |
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/sffsdr')
-rw-r--r-- | board/davinci/sffsdr/sffsdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/davinci/sffsdr/sffsdr.c b/board/davinci/sffsdr/sffsdr.c index 657cf2b0d90..cc3ff7d767d 100644 --- a/board/davinci/sffsdr/sffsdr.c +++ b/board/davinci/sffsdr/sffsdr.c @@ -30,7 +30,7 @@ #include <common.h> #include <i2c.h> #include <asm/arch/hardware.h> -#include "../common/misc.h" +#include <asm/arch/davinci_misc.h> #define DAVINCI_A3CR (0x01E00014) /* EMIF-A CS3 config register. */ #define DAVINCI_A3CR_VAL (0x3FFFFFFD) /* EMIF-A CS3 value for FPGA. */ |