]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: don't touch MAS7 on e500v1 when relocating CCSR
authorTimur Tabi <timur@freescale.com>
Mon, 26 Mar 2012 09:49:08 +0000 (09:49 +0000)
committerAndy Fleming <afleming@freescale.com>
Wed, 25 Apr 2012 04:58:34 +0000 (23:58 -0500)
commit822ad60f1c37a79659dc5889eb2993a462c9a95f
tree0bbaef47082487f00fe0bf913cfe247af985ced7
parent5d065c3e103133f811fdf77f6b793950fc3d3424
powerpc/85xx: don't touch MAS7 on e500v1 when relocating CCSR

The CCSR relocation code in start.S writes to MAS7 on all e500 parts, but
that register does not exist on e500v1.

Signed-off-by: Timur Tabi <timur@freescale.com>
arch/powerpc/cpu/mpc85xx/start.S