machine: use armv8-a, not armv8

In the latest OE, this file has been renamed. Since this board is
ARMv8-A, we should use the armv8-a config instead of the armv8 config.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
This commit is contained in:
Martin Kelly 2019-03-05 15:28:23 -08:00
parent 72ece33639
commit efe4acdeff

View File

@ -1,4 +1,4 @@
require conf/machine/include/sunxi64.inc
require conf/machine/include/arm/arch-armv8.inc
require conf/machine/include/arm/arch-armv8a.inc
SOC_FAMILY = "sun50i"