]> git.sur5r.net Git - u-boot/commit
ftsmc020: move ftsmc020 static mem controller to driver/mtd
authorMacpaul Lin <macpaul@andestech.com>
Fri, 15 Apr 2011 21:37:11 +0000 (21:37 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 27 Apr 2011 17:38:10 +0000 (19:38 +0200)
commit00d10eb0410d2459727307d5eea562247959db2f
tree5dce5be7bb313f1fbc0c5afa188333a9b5420880
parent5656b40bb3937d381ea31662c8eb657f17a3fce7
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>
arch/arm/cpu/arm920t/a320/Makefile
arch/arm/cpu/arm920t/a320/ftsmc020.c [deleted file]
arch/arm/include/asm/arch-a320/ftsmc020.h [deleted file]
board/faraday/a320evb/a320evb.c
drivers/mtd/Makefile
drivers/mtd/ftsmc020.c [new file with mode: 0644]
include/configs/a320evb.h
include/faraday/ftsmc020.h [new file with mode: 0644]