]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc/85xx: Fix pixis_reset altbank mask on MPC8536DS
authorMatthew McClintock <msm@freescale.com>
Fri, 25 Feb 2011 22:20:11 +0000 (16:20 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 7 Mar 2011 03:41:07 +0000 (21:41 -0600)
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

index 11ee6504186ebab9998b88bc7f6ae005a0312ea0..13300de3eac1dcfb4161cbb03dac3852e1b2455a 100644 (file)
 /* 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 */