commit | a74b4d6bc56fe734f71621fb1eca54f6c62c63d8 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Sat Apr 14 16:37:48 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Sat Apr 14 16:37:48 2012 +0000 |
tree | 5a8b8fc94d95c71645e23514fd105d8db722ce1c | |
parent | 3e835722cc2137189313fe23de119e35677f7b9a [diff] |
target-arm: Remove ARM_CPUID_* macros All the uses of ARM_CPUID() to vary behaviour have now been removed, so we can delete the ARM_CPUID_* macros now. The one exception is the TI915T/925T, because of its odd behaviour where the MIDR value can be changed at runtime. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>