blob: 1318396fd910888eed586691b13aa9cc4827550e (
plain)
1
2
3
4
5
6
7
|
# DEFAULTTUNE overrides for AGL on riscv64
# We should not need the tuning include below as the BSP should include the right set already.
# A double inclusion would produce a warning. This include line is just for reference
# include conf/machine/include/arm/arch-armv8.inc
DEFAULTTUNE:forcevariable = "riscv64"
|