1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-04-20 11:29:54 +00:00

arm-bsp: use neoverse-n1 for N1SDP

Per https://community.arm.com/developer/tools-software/oss-platforms/w/docs/458/neoverse-n1-sdp
The N1SDP is a Neoverse N1.  Use that tuning to get better optimization
for the platform.

Change-Id: I435931abd2537a17a08eae06395137ce185a49dc
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2020-09-03 13:36:18 -04:00
parent 91d5cf02b9
commit 8ddfd20f79

View File

@@ -4,9 +4,7 @@
#@NAME: N1SDP machine
#@DESCRIPTION: Machine configuration for N1SDP
TUNE_FEATURES = "aarch64"
require conf/machine/include/arm/arch-armv8a.inc
require conf/machine/include/tune-neoversen1.inc
KERNEL_IMAGETYPE = "Image"
KERNEL_DEVICETREE = "n1sdp/n1sdp.dtb"