commit | da5141fc45937fa358ca4554a335ae6a4c4453ec | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Jun 09 15:43:25 2014 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Jun 09 16:06:11 2014 +0100 |
tree | 659797d2cdbf82c775988a00ae54ec162d7e5896 | |
parent | 25f748e37a868b322a960c322ca11fb2dc5252b2 [diff] |
target-arm: VFPv4 implies half-precision extension VFPv4 implies the presence of the half-precision floating point extension (which is optional in VFPv3). Add this implied rule to arm_cpu_realizefn() and remove some no-longer-needed explicit setting of the bit in initfns. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1401458125-27977-5-git-send-email-peter.maydell@linaro.org