From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 16 Apr 2011 07:04:26 +0200 Subject: [U-Boot] [PATCH v2 3/4] ftsdmc020: move ftsdmc020.h to include/faraday In-Reply-To: <1300770080-9893-3-git-send-email-macpaul@andestech.com> References: <1300770080-9893-1-git-send-email-macpaul@andestech.com> <1300770080-9893-3-git-send-email-macpaul@andestech.com> Message-ID: <4DA9235A.9020103@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Lin > --- > 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, -- Albert.