commit | 76e3e1bcaefe0da394f328854cb72f9449f23732 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Feb 20 10:35:51 2014 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Feb 20 10:35:51 2014 +0000 |
tree | a93064e9d926153d9c297d19a1848abfe1001f68 | |
parent | 83e9a4aec9ffcbcb86ca9d39d2c5aae8176411fb [diff] |
target-arm: Define names for SCTLR bits The SCTLR is full of bits for enabling or disabling various things, and so there are many places in the code which check if certain bits are set. Define some named constants for the SCTLR bits so these checks are easier to read. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>