mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2025-12-31 13:38:06 +00:00
raspberrypi3-64,raspberrypi4-64: Use nocrypto default tunes
SOCs used in rpi3 and rpi4 do not have AES crypto HW engine denote it by using more appropriate default tune, this ensures that it enforces +nocrypto into -mtune regardless of gcc or clang compiler. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e145dc4d24
commit
5a2359bfa8
@ -11,6 +11,7 @@ MACHINE_EXTRA_RRECOMMENDS += "\
|
||||
bluez-firmware-rpidistro-bcm4345c0-hcd \
|
||||
"
|
||||
|
||||
DEFAULTTUNE ?= "cortexa53-nocrypto"
|
||||
require conf/machine/include/arm/armv8a/tune-cortexa53.inc
|
||||
include conf/machine/include/rpi-base.inc
|
||||
|
||||
|
||||
@ -12,6 +12,8 @@ MACHINE_EXTRA_RRECOMMENDS += "\
|
||||
bluez-firmware-rpidistro-bcm4345c5-hcd \
|
||||
"
|
||||
|
||||
DEFAULTTUNE = "cortexa72-nocrypto"
|
||||
|
||||
require conf/machine/include/arm/armv8a/tune-cortexa72.inc
|
||||
include conf/machine/include/rpi-base.inc
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user