summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/conf/distro/include/riscv64-tune.inc
blob: 981fc4283aabcb0099edf9844486daac003b2dd2 (plain)
1
2
3
4
5
6
7
8
# 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

AGL_DEFAULTTUNE ?= "riscv64"
DEFAULTTUNE:agldefaulttune = "${AGL_DEFAULTTUNE}"