commit | 8cb6548b4a7ad93cd2c63b5a7b86c70d0770d34c | [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 | d755c839105105b72a13580cabae87621bd62bff [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>