From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 26.mail-out.ovh.net ([91.121.27.225]) by canuck.infradead.org with smtp (Exim 4.72 #1 (Red Hat Linux)) id 1PfDEn-00066m-7L for barebox@lists.infradead.org; Tue, 18 Jan 2011 15:12:50 +0000 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 18 Jan 2011 16:11:46 +0100 Message-Id: <1295363506-1794-1-git-send-email-plagnioj@jcrosoft.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] at91sam9g45: fix ARCH_TEXT_BASE To: barebox@lists.infradead.org it's 0x73f00000 not 0x23f00000 as the other at91 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arch/arm/mach-at91/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 4d35ebe..efaa256 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -2,6 +2,7 @@ if ARCH_AT91 config ARCH_TEXT_BASE hex + default 0x73f00000 if ARCH_AT91SAM9G45 default 0x23f00000 config BOARDINFO -- 1.7.2.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox