diff mbox

[U-Boot] powerpc/85xx: Fix pixis_reset altbank mask on MPC8536DS

Message ID 1298972672-9789-1-git-send-email-galak@kernel.crashing.org
State Accepted
Commit 509e19cab43ba38311749eba5ceebd806116ce38
Delegated to: Kumar Gala
Headers show

Commit Message

Kumar Gala March 1, 2011, 9:44 a.m. UTC
From: Matthew McClintock <msm@freescale.com>

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>
---
 include/configs/MPC8536DS.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Kumar Gala March 7, 2011, 3:12 p.m. UTC | #1
On Mar 1, 2011, at 3:44 AM, Kumar Gala wrote:

> From: Matthew McClintock <msm@freescale.com>
> 
> 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>
> ---
> include/configs/MPC8536DS.h |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)

applied

- k
diff mbox

Patch

diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h
index 11ee650..13300de 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 */