summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHolger Brunck <[email protected]>2011-04-08 02:47:28 +0000
committerWolfgang Denk <[email protected]>2011-05-10 22:48:54 +0200
commitba12cd5b06c11b8079deb9903b56bf9f23e3144f (patch)
tree577eef29453d7c5ba5573a923c11b580f469ca19 /include
parent489337f5138a819e9f0dd3a921ea21d0749f75e1 (diff)
powerpc/km82xx: adapt CONFIG_SYSSYPCR to manual
Reserved bit was changed according to the processors manual. Signed-off-by: Holger Brunck <[email protected]> Acked-by: Heiko Schocher <[email protected]> cc: Wolfgang Denk <[email protected]> cc: Detlev Zundel <[email protected]> cc: Valentin Longchamp <[email protected]> Signed-off-by: Valentin Longchamp <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/km82xx-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/km82xx-common.h b/include/configs/km82xx-common.h
index da551c9cba1..894e01540d1 100644
--- a/include/configs/km82xx-common.h
+++ b/include/configs/km82xx-common.h
@@ -182,7 +182,7 @@
#define CONFIG_SYS_HID2 0
#define CONFIG_SYS_SIUMCR 0x4020c200
-#define CONFIG_SYS_SYPCR 0xFFFFFFC3
+#define CONFIG_SYS_SYPCR 0xFFFFFF83
#define CONFIG_SYS_BCR 0x10000000
#define CONFIG_SYS_SCCR (SCCR_PCI_MODE | SCCR_PCI_MODCK)