projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a71d9
)
POST PPC4xx/spr IVPR only if PPC440
author
Niklaus Giger
<niklaus.giger@netstal.com>
Fri, 18 Jul 2008 09:22:23 +0000
(11:22 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 20 Jul 2008 20:58:46 +0000
(22:58 +0200)
The SPR IVPR register is only present (as far as I know) for
processors with a PPC440 core.
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
Acked-by: Stefan Roese <sr@denx.de>
post/cpu/ppc4xx/spr.c
patch
|
blob
|
history
diff --git
a/post/cpu/ppc4xx/spr.c
b/post/cpu/ppc4xx/spr.c
index 6152eb21a909d38ecca9f0c01f2d89c83cbb80a6..110df6e9103d7145c63e467bcff23c96719f3a66 100644
(file)
--- 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},