summaryrefslogtreecommitdiffstats
path: root/board/faraday/a320evb
diff options
context:
space:
mode:
authorMacpaul Lin <macpaul@andestech.com>2011-04-15 21:37:11 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-04-27 19:38:10 +0200
commit00d10eb0410d2459727307d5eea562247959db2f (patch)
tree5dce5be7bb313f1fbc0c5afa188333a9b5420880 /board/faraday/a320evb
parent5656b40bb3937d381ea31662c8eb657f17a3fce7 (diff)
downloadblackbird-obmc-uboot-00d10eb0410d2459727307d5eea562247959db2f.tar.gz
blackbird-obmc-uboot-00d10eb0410d2459727307d5eea562247959db2f.zip
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/a320evb')
-rw-r--r--board/faraday/a320evb/a320evb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/faraday/a320evb/a320evb.c b/board/faraday/a320evb/a320evb.c
index b9343e42da..2578be4f92 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;
OpenPOWER on IntegriCloud