commit | 8cff93a1b62a2472d027f679d5877e58cc03a07f | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Sat Apr 14 15:26:33 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Apr 20 16:49:21 2012 +0000 |
tree | 9a927933c4014d1d9e34d0f10c076245737d1e62 | |
parent | 0389451a61a6b8c2c2641b7019677e7e2ecd4bd8 [diff] |
target-arm: Move A9 config_base_address reset value to ARMCPU Move the A9 config_base_address cp15 register reset value to ARMCPU. This should become a QOM property so that the Highbank board can set it without having to pull in cpu-qom.h, but at least this avoids the implicit dependency on reset ordering that the previous workaround had. Cc: Mark Langsdorf <mark.langsdorf@calxeda.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>