From patchwork Sat Apr 16 07:37:10 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Macpaul Lin X-Patchwork-Id: 91476 X-Patchwork-Delegate: albert.aribaud@free.fr Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 8EC6BB7019 for ; Sat, 16 Apr 2011 17:29:40 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 11CBD2816F; Sat, 16 Apr 2011 09:29:38 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j5f-FMZcz4LG; Sat, 16 Apr 2011 09:29:37 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 736D228161; Sat, 16 Apr 2011 09:29:36 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D5FB128164 for ; Sat, 16 Apr 2011 09:29:34 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qF0qAKTpihwK for ; Sat, 16 Apr 2011 09:29:34 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from clanlab.dyndns.org (unknown [140.119.175.157]) by theia.denx.de (Postfix) with ESMTPS id 08B0028162 for ; Sat, 16 Apr 2011 09:29:31 +0200 (CEST) Received: by clanlab.dyndns.org (Postfix, from userid 1000) id 2977C38B4318; Sat, 16 Apr 2011 15:37:12 +0800 (CST) From: Macpaul Lin To: albert.u.boot@aribaud.net, macpaul@gmail.com, u-boot@lists.denx.de, ratbert@faraday-tech.com Date: Sat, 16 Apr 2011 15:37:10 +0800 Message-Id: <1302939431-27337-3-git-send-email-macpaul@andestech.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1302939431-27337-1-git-send-email-macpaul@andestech.com> References: <1302939431-27337-1-git-send-email-macpaul@andestech.com> Cc: Macpaul Lin Subject: [U-Boot] [PATCH v3 3/4] ftsdmc020: move ftsdmc020.h to include/faraday X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de 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. Changes for v3: - format patch by -M option. board/faraday/a320evb/lowlevel_init.S | 2 +- .../asm/arch-a320 => include/faraday}/ftsdmc020.h | 0 2 files changed, 1 insertions(+), 1 deletions(-) rename {arch/arm/include/asm/arch-a320 => include/faraday}/ftsdmc020.h (100%) diff --git a/arch/arm/include/asm/arch-a320/ftsdmc020.h b/include/faraday/ftsdmc020.h similarity index 100% rename from arch/arm/include/asm/arch-a320/ftsdmc020.h rename to include/faraday/ftsdmc020.h diff --git a/board/faraday/a320evb/lowlevel_init.S b/board/faraday/a320evb/lowlevel_init.S index 97718c0..4262c11 100644 --- a/board/faraday/a320evb/lowlevel_init.S +++ b/board/faraday/a320evb/lowlevel_init.S @@ -21,7 +21,7 @@ #include #include -#include +#include /* * parameters for the SDRAM controller