commit | e7a5403358bca60a82e6c6d54608f1e2adb83a09 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Fri Feb 07 11:13:46 2020 +0100 |
committer | Jerome Forissier <jerome@forissier.org> | Fri Feb 07 12:19:34 2020 +0100 |
tree | a6066f17d6885b9534ea52b1ce85297d86406f69 | |
parent | fa764c865dfa2d7980ac006681064585ae07b9de [diff] |
qemu: define ARMV7_SUPPORTS_VFP Commit 8f73663b5963 ("plat/arm: Support for Cortex A5 in FVP Versatile Express platform") has conditioned the enabling of the Advanced SIMD and floating point features to platforms that have: (ARM_ARCH_MAJOR > 7) || defined(ARMV7_SUPPORTS_VFP) QEMU does support VFP so it should set ARMV7_SUPPORTS_VFP. Signed-off-by: Jerome Forissier <jerome@forissier.org> Change-Id: I3bab7c2ed04766d0628c14094557b2751f60a428