From: Eric Benard <eric@eukrea.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 2/2] Add AT91SAM9260 to at91's lowlevel_init.S
Date: Sat, 18 Jul 2009 23:45:15 +0200 [thread overview]
Message-ID: <1247953515-30105-2-git-send-email-eric@eukrea.com> (raw)
In-Reply-To: <1247953515-30105-1-git-send-email-eric@eukrea.com>
Needed for AT91SAM9260 NOR Boot on Eukrea's CPU9260.
Signed-off-by: Eric Benard <eric@eukrea.com>
---
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
next prev parent reply other threads:[~2009-07-18 21:45 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-16 18:17 [U-Boot] [PATCH v2 1/1] Add support for Eukrea CPU9260 SBC Eric Benard
2009-07-18 15:21 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-18 20:27 ` [U-Boot] [PATCH 1/2] " Eric Benard
2009-07-18 20:27 ` [U-Boot] [PATCH 2/2] Add AT91SAM9260 to at91's lowlevel_init.S Eric Benard
2009-07-18 20:35 ` [U-Boot] [PATCH 1/2] Add support for Eukrea CPU9260 SBC Wolfgang Denk
2009-07-18 21:42 ` [U-Boot] [PATCH v3 " Eric Benard
2009-07-18 21:42 ` [U-Boot] [PATCH v3 2/2] Add AT91SAM9260 to at91's lowlevel_init.S Eric Benard
2009-07-18 21:45 ` [U-Boot] [PATCH v4 1/2] Add support for Eukrea CPU9260 SBC Eric Benard
2009-07-18 21:45 ` Eric Benard [this message]
2009-07-23 22:16 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-09 9:32 ` [U-Boot] [PATCH v5] " Eric Benard
2009-08-09 9:43 ` [U-Boot] [PATCH v6] " Eric Benard
2009-08-09 11:03 ` Wolfgang Denk
2009-08-09 11:08 ` Eric Bénard
2009-08-09 20:00 ` Wolfgang Denk
2009-08-09 12:55 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-09 20:25 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1247953515-30105-2-git-send-email-eric@eukrea.com \
--to=eric@eukrea.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.