commit | 48f6a5c348453fc3ab33aaa91e5e4198a28678ff | [log] [tgz] |
---|---|---|
author | York Sun <yorksun@freescale.com> | Fri Jul 06 17:10:33 2012 -0500 |
committer | Andy Fleming <afleming@freescale.com> | Fri Jul 06 17:30:33 2012 -0500 |
tree | f1adc995cec4ced7d867de36230f1aa600c4d216 | |
parent | 1e9ea85f7dffe949ca5e4845e6336810c144e06d [diff] |
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>