]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/mpc85xx: Ignore E bit for SVR_SOC_VER()
authorYork Sun <yorksun@freescale.com>
Fri, 6 Jul 2012 22:10:33 +0000 (17:10 -0500)
committerAndy Fleming <afleming@freescale.com>
Fri, 6 Jul 2012 22:30:33 +0000 (17:30 -0500)
commit48f6a5c348453fc3ab33aaa91e5e4198a28678ff
treef1adc995cec4ced7d867de36230f1aa600c4d216
parent1e9ea85f7dffe949ca5e4845e6336810c144e06d
powerpc/mpc85xx: Ignore E bit for SVR_SOC_VER()

We don't care E bit of SVR in most cases. Clear E bit for SVR_SOC_VER().
This will simplify the coding. Use IS_E_PROCESSOR() to identify SoC with
encryption. Remove all _E entries from SVR list and CPU list.

Signed-off-by: York Sun <yorksun@freescale.com>
arch/powerpc/cpu/mpc85xx/cmd_errata.c
arch/powerpc/cpu/mpc85xx/cpu_init.c
arch/powerpc/cpu/mpc85xx/fdt.c
arch/powerpc/cpu/mpc85xx/p2041_serdes.c
arch/powerpc/cpu/mpc8xxx/cpu.c
arch/powerpc/include/asm/processor.h
board/freescale/p1010rdb/ddr.c
board/freescale/p1010rdb/p1010rdb.c
board/freescale/p1_p2_rdb/ddr.c