From patchwork Thu Jun 9 08:01:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Asen Dimov X-Patchwork-Id: 99662 X-Patchwork-Delegate: info@emk-elektronik.de 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 686D6B6FE8 for ; Thu, 9 Jun 2011 18:13:12 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B89CB28406; Thu, 9 Jun 2011 10:13:08 +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 Jipgq8GuUV5C; Thu, 9 Jun 2011 10:13:08 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4A88028408; Thu, 9 Jun 2011 10:13:06 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DB03C28408 for ; Thu, 9 Jun 2011 10:13:04 +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 X-T6x3UKEv26 for ; Thu, 9 Jun 2011 10:13:04 +0200 (CEST) X-Greylist: delayed 797 seconds by postgrey-1.27 at theia; Thu, 09 Jun 2011 10:13:02 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 localhost.localdomain (sofia30-122.pip.digsys.bg [193.68.122.30]) by theia.denx.de (Postfix) with ESMTPS id 51EFA28406 for ; Thu, 9 Jun 2011 10:13:02 +0200 (CEST) Received: from localhost.localdomain (asenbox [127.0.0.1]) by localhost.localdomain (8.14.4/8.14.4) with ESMTP id p5981IbS029959; Thu, 9 Jun 2011 11:01:18 +0300 Received: (from dimov@localhost) by localhost.localdomain (8.14.4/8.14.4/Submit) id p5981IU7029958; Thu, 9 Jun 2011 11:01:18 +0300 From: Asen Chavdarov Dimov To: u-boot@lists.denx.de Date: Thu, 9 Jun 2011 11:01:15 +0300 Message-Id: <1307606476-29923-1-git-send-email-dimov@ronetix.at> X-Mailer: git-send-email 1.7.4.4 Cc: Asen Chavdarov Dimov Subject: [U-Boot] [PATCH][AT91 rework 0/1] change common at91sam9263 files after AT91 rework 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 Signed-off-by: Asen Chavdarov Dimov --- arch/arm/include/asm/arch-at91/at91sam9263.h | 1 + arch/arm/include/asm/arch-at91/at91sam9_sdramc.h | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/at91sam9263.h b/arch/arm/include/asm/arch-at91/at91sam9263.h index 2a1d6ee..23c2868 100644 --- a/arch/arm/include/asm/arch-at91/at91sam9263.h +++ b/arch/arm/include/asm/arch-at91/at91sam9263.h @@ -129,6 +129,7 @@ */ #define ATMEL_PIO_PORTS 5 /* this SoCs has 5 PIO */ #define ATMEL_BASE_PIO ATMEL_BASE_PIOA +#define ATMEL_PMC_UHP AT91SAM926x_PMC_UHP /* * Cpu Name diff --git a/arch/arm/include/asm/arch-at91/at91sam9_sdramc.h b/arch/arm/include/asm/arch-at91/at91sam9_sdramc.h index 54159a7..2d4c49e 100644 --- a/arch/arm/include/asm/arch-at91/at91sam9_sdramc.h +++ b/arch/arm/include/asm/arch-at91/at91sam9_sdramc.h @@ -20,7 +20,7 @@ #ifdef __ASSEMBLY__ #ifndef ATMEL_BASE_SDRAMC -#define ATMEL_BASE_SDRAMC AT91_SDRAMC0_BASE +#define ATMEL_BASE_SDRAMC ATMEL_BASE_SDRAMC0 #endif #define AT91_ASM_SDRAMC_MR ATMEL_BASE_SDRAMC