summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8536DS.h
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-02-25 16:20:11 -0600
committerKumar Gala <galak@kernel.crashing.org>2011-03-06 21:41:07 -0600
commit509e19cab43ba38311749eba5ceebd806116ce38 (patch)
treea5bdf6f8419fddada80f14797c8a5f827261f39b /include/configs/MPC8536DS.h
parente81241af5ab2d084714b9d5617ec6a5cf9dd01ff (diff)
downloadtalos-obmc-uboot-509e19cab43ba38311749eba5ceebd806116ce38.tar.gz
talos-obmc-uboot-509e19cab43ba38311749eba5ceebd806116ce38.zip
powerpc/85xx: Fix pixis_reset altbank mask on MPC8536DS
Currently, pixis_reset altbank does not work properly. This patch uses the correct mask to boot into the alternate bank. Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/MPC8536DS.h')
-rw-r--r--include/configs/MPC8536DS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h
index 11ee650418..13300de3ea 100644
--- a/include/configs/MPC8536DS.h
+++ b/include/configs/MPC8536DS.h
@@ -311,7 +311,7 @@
/* old pixis referenced names */
#define PIXIS_VCLKH 0x19 /* VELA VCLKH register */
#define PIXIS_VCLKL 0x1A /* VELA VCLKL register */
-#define CONFIG_SYS_PIXIS_VBOOT_MASK 0xc0
+#define CONFIG_SYS_PIXIS_VBOOT_MASK 0x4e
#define CONFIG_SYS_INIT_RAM_LOCK 1
#define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* Initial L1 address */
OpenPOWER on IntegriCloud