commit | 1db706edcd72724a6f18228d42b26e6b8e9e51ba | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Mon Dec 19 22:46:22 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 22 15:39:13 2022 -0500 |
tree | 73fe97873ec5bc0c3de997a9dfe54154ce6ba5ee | |
parent | 138b6061a100f149e9249d09ef3e6db2437ff147 [diff] |
powerpc/mpc85xx: Disable AltiVec and VSX instructions All vector instructions on powerpc mpc85xx must not be used because U-Boot does not enable them. Usage cause random crashes. SPE vector instructions are already disabled by compiler flags, so disable also AltiVec and VSX vector instructions. Linux kernel disables AltiVec and VSX instructions too. Signed-off-by: Pali Rohár <pali@kernel.org>