hw23: Use A35 tune instead of generic aarch64
Afer upgrading meta-freescale to dunfell, the new default tune is a35-crypto instead of aarch64. Part of yocto update to dunfell release. BugzID: 69636
This commit is contained in:
parent
0bfb1df3f3
commit
69b1bfbdad
|
|
@ -3,7 +3,10 @@
|
|||
#@DESCRIPTION: Machine configuration for the nmhw23 mainboard
|
||||
|
||||
require conf/machine/include/imx-base.inc
|
||||
require conf/machine/include/arm/arch-arm64.inc
|
||||
# Prevent the use of imx mainline BSP
|
||||
IMX_DEFAULT_BSP = ""
|
||||
|
||||
require conf/machine/include/tune-cortexa35.inc
|
||||
|
||||
MACHINEOVERRIDES =. "mx8:mx8x:mx8qxp:"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue