From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Benard Date: Sat, 18 Jul 2009 22:27:14 +0200 Subject: [U-Boot] [PATCH 2/2] Add AT91SAM9260 to at91's lowlevel_init.S In-Reply-To: <1247948834-30856-1-git-send-email-eric@eukrea.com> References: <20090718152124.GE30699@game.jcrosoft.org> <1247948834-30856-1-git-send-email-eric@eukrea.com> Message-ID: <1247948834-30856-2-git-send-email-eric@eukrea.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Needed for AT91SAM9260 NOR Boot on Eukrea's CPU9260. Signed-off-by: Eric Benard --- cpu/arm926ejs/at91/lowlevel_init.S | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu/arm926ejs/at91/lowlevel_init.S b/cpu/arm926ejs/at91/lowlevel_init.S index 5ed518c..9962ae9 100644 --- a/cpu/arm926ejs/at91/lowlevel_init.S +++ b/cpu/arm926ejs/at91/lowlevel_init.S @@ -194,7 +194,7 @@ SMRDATA: .word CONFIG_SYS_PIOD_PPUDR_VAL .word (AT91_BASE_SYS + AT91_PIOD + PIO_ASR) .word CONFIG_SYS_PIOD_PPUDR_VAL -#elif defined(CONFIG_AT91SAM9261) +#elif defined(CONFIG_AT91SAM9260) || defined(CONFIG_AT91SAM9261) .word (AT91_BASE_SYS + AT91_PIOC + PIO_PDR) .word CONFIG_SYS_PIOC_PDR_VAL1 .word (AT91_BASE_SYS + AT91_PIOC + PIO_PUDR) -- 1.6.0.4