From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 5.mo2.mail-out.ovh.net ([87.98.181.248] helo=mo2.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TOXFM-0003Fl-Rb for barebox@lists.infradead.org; Wed, 17 Oct 2012 17:17:35 +0000 Received: from mail426.ha.ovh.net (b6.ovh.net [213.186.33.56]) by mo2.mail-out.ovh.net (Postfix) with SMTP id D1FAADC20FE for ; Wed, 17 Oct 2012 19:24:11 +0200 (CEST) From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 17 Oct 2012 19:15:09 +0200 Message-Id: <1350494111-17861-1-git-send-email-plagnioj@jcrosoft.com> In-Reply-To: <20121017170252.GA446@game.jcrosoft.org> References: <20121017170252.GA446@game.jcrosoft.org> 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 1/3] at91sam9x5: udpate default ARCH_TEXT to 0x26f00000 To: barebox@lists.infradead.org On sam9x5 series the bootstrap load the bootloader at 0x26f00000. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arch/arm/mach-at91/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 30225fa..b3f1885 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -3,6 +3,7 @@ if ARCH_AT91 config ARCH_TEXT_BASE hex default 0x73f00000 if ARCH_AT91SAM9G45 + default 0x26f00000 if ARCH_AT91SAM9X5 default 0x23f00000 config BOARDINFO -- 1.7.10.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox