From: Niklaus Giger <niklaus.giger@netstal.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 1/1] POST PPC4xx/spr IVPR only if PPC440
Date: Fri, 18 Jul 2008 11:22:23 +0200 [thread overview]
Message-ID: <1216372944193-git-send-email-niklaus.giger@netstal.com> (raw)
In-Reply-To: <12163729431355-git-send-email-niklaus.giger@netstal.com>
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
---
post/cpu/ppc4xx/spr.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/post/cpu/ppc4xx/spr.c b/post/cpu/ppc4xx/spr.c
index 6152eb2..110df6e 100644
--- a/post/cpu/ppc4xx/spr.c
+++ b/post/cpu/ppc4xx/spr.c
@@ -76,7 +76,9 @@ static struct {
{0x3b, "CSRR1", 0x00000000, 0x00000000},
{0x3d, "DEAR", 0x00000000, 0x00000000},
{0x3e, "ESR", 0x00000000, 0x00000000},
+#ifdef CONFIG_440
{0x3f, "IVPR", 0xffff0000, 0x00000000},
+#endif
{0x100, "USPRG0", 0x00000000, 0x00000000},
{0x104, "SPRG4", 0x00000000, 0x00000000},
{0x105, "SPRG5", 0x00000000, 0x00000000},
--
1.5.4.3
next prev parent reply other threads:[~2008-07-18 9:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-18 9:22 [U-Boot-Users] [PATCH]ppc4xx: post/spr IVPR only for CONFIG_440 Niklaus Giger
2008-07-18 9:22 ` Niklaus Giger [this message]
2008-07-18 9:34 ` [U-Boot-Users] [PATCH 1/1] POST PPC4xx/spr IVPR only if PPC440 Stefan Roese
2008-07-20 20:59 ` 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=1216372944193-git-send-email-niklaus.giger@netstal.com \
--to=niklaus.giger@netstal.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox