Searched hist:"26 e9b49cf8b24a80c43be906d18eed8be27886e3" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/ |
| H A D | Makefile | 26e9b49cf8b24a80c43be906d18eed8be27886e3 Sat Feb 10 08:26:24 UTC 2018 Joseph Chen <chenjh@rock-chips.com> ARMv8: Makefile: apply -nosimd
If not apply -nosimd, gcc would compile with SMID structure which enables float register usage. During U-Boot charge, cpu will system suspend to ATF for low power, and cpu maybe lose power. But float register are not saved and restore, so we don't wan't to enable them.
Change-Id: I17e89794712a5976d9c1f6461a9da03e57f00f9f Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|