blob: f8118dec3f0a35984be683c5c838b83df8a7fe71 (
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 = "riscv64"
|