commit | decc8ddd0cd12cac9763d35ba0c2746fb78e306e | [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 | 815c12528ddee436dd581a462af7572f1f155c78 [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