target-arm/cpu: Convert reset CBAR to a property
commit07a5b0d21e450842e3474546366593a5893e8c61
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Tue, 17 Dec 2013 19:42:28 +0000 (17 19:42 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2013 19:42:28 +0000 (17 19:42 +0000)
tree800e8c553deffb3eb2785b47aa3d789e4671f604
parentd8ba780b6a17020aadea479ad96ed9fe3bb10661
target-arm/cpu: Convert reset CBAR to a property

The reset value of the CP15 CBAR is a vendor (machine) configurable
property. If ARM_FEATURE_CBAR is set, add it as a property at
post_init time.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 2f1eec3f912135deea6252360e03645003d12e0a.1387160489.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.c