commit | 81a60ada7e85c334c9516cad89d25a7dd889f399 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Jul 12 10:58:36 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Jul 12 10:58:36 2012 +0000 |
tree | 611d1071cd8e69312cf1a825273b2232f4d20e65 | |
parent | 2bee5105481637f9603bc71ef7cbb81e8da9cd68 [diff] |
target-arm: Fix typo that meant TTBR1 accesses went to TTBR0 Fix a copy-and-paste error in the register description for TTBR1 that meant it was a duplicate of TTBR0 rather than affecting the correct bit of CPU state. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>