commit | 7d917671fef8d677bf44dfc3696965e958824a57 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Fri Nov 19 11:35:46 2021 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Dec 22 14:03:19 2021 +0100 |
tree | 4a3b7767531803d27fbe9b0faf15574c905b9222 | |
parent | ab853c28abd7f0059e536c06d8576e73c1512982 [diff] |
fix(sve): disable ENABLE_SVE_FOR_NS for AARCH32 With patch [1], ENABLE_SVE_FOR_NS is always enable. Disable it for AARCH32 platforms, as the feature is not supported. The warning message is replaced with an error, and the second override is removed. [1] dc78e62d80e6 ("feat(sme): enable SME functionality") Change-Id: Ic9c5e2612c9e00bd0d37ca3b59537e39270c9799 Signed-off-by: Yann Gautier <yann.gautier@st.com>