From cd234925fa59197a52f4cb5011902ab5867c684f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 2 Dec 2021 12:21:16 -0800 Subject: [PATCH] raspberrypi4-64: Switch to using cortexa72-crc default tune rpi4 SOC does not have AES Crypto in H/W Fixes Issue #964 Signed-off-by: Khem Raj --- conf/machine/raspberrypi4-64.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi4-64.conf b/conf/machine/raspberrypi4-64.conf index 4255431..8040f1a 100644 --- a/conf/machine/raspberrypi4-64.conf +++ b/conf/machine/raspberrypi4-64.conf @@ -12,6 +12,8 @@ MACHINE_EXTRA_RRECOMMENDS += "\ bluez-firmware-rpidistro-bcm4345c5-hcd \ " +DEFAULTTUNE = "cortexa72-crc" + require conf/machine/include/arm/armv8a/tune-cortexa72.inc include conf/machine/include/rpi-base.inc