
Hi MacPaul Lin,
Le 22/03/2011 06:01, Macpaul Lin a écrit :
Move the header file "ftsdmc020.h" (SDRAM Controller) to "include/faraday" folder.
This change will let other SoC which also use ftsdmc020 could share the same header file.
Signed-off-by: Macpaul Linmacpaul@andestech.com
Changes for v2:
- Fix the include path of ftsdmc020 for a320evb.
- v1 of this patch /patch/71953/ in patchworks has been marked as
superseded.
arch/arm/include/asm/arch-a320/ftsdmc020.h | 103 ---------------------------- board/faraday/a320evb/lowlevel_init.S | 2 +- include/faraday/ftsdmc020.h | 103 ++++++++++++++++++++++++++++ 3 files changed, 104 insertions(+), 104 deletions(-) delete mode 100644 arch/arm/include/asm/arch-a320/ftsdmc020.h create mode 100644 include/faraday/ftsdmc020.h
Please use git format-patch -M or -C to get the move actually shown in the patch as a rename rather than as a delete+create.
Amicalement,