diff options
author | Macpaul Lin <macpaul@andestech.com> | 2011-04-15 21:37:11 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-04-27 19:38:10 +0200 |
commit | 00d10eb0410d2459727307d5eea562247959db2f (patch) | |
tree | 5dce5be7bb313f1fbc0c5afa188333a9b5420880 /board/faraday | |
parent | 5656b40bb3937d381ea31662c8eb657f17a3fce7 (diff) |
ftsmc020: move ftsmc020 static mem controller to driver/mtd
Move the header file and definitions of ftsmc020
static memory control unit from a320 SoC folder to
"drivers/mtd" folder.
This change will let other SoC which also use ftsmc020
could share the same header file.
Signed-off-by: Macpaul Lin <macpaul@andestech.com>
Diffstat (limited to 'board/faraday')
-rw-r--r-- | board/faraday/a320evb/a320evb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/faraday/a320evb/a320evb.c b/board/faraday/a320evb/a320evb.c index b9343e42da6..2578be4f92c 100644 --- a/board/faraday/a320evb/a320evb.c +++ b/board/faraday/a320evb/a320evb.c @@ -21,7 +21,7 @@ #include <netdev.h> #include <asm/io.h> -#include <asm/arch/ftsmc020.h> +#include <faraday/ftsmc020.h> DECLARE_GLOBAL_DATA_PTR; |