Skip to content

Commit dce393f

Browse files
authored
Merge pull request #3588 from theofficialgman/master
enable crypto extensions for TX1 and TX2
2 parents 8834dfd + 9b9c083 commit dce393f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scriptmodules/system.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,12 +551,12 @@ function platform_odroid-xu() {
551551
}
552552

553553
function platform_tegra-x1() {
554-
cpu_armv8 "cortex-a57"
554+
cpu_armv8 "cortex-a57+crypto"
555555
__platform_flags+=(x11 gl)
556556
}
557557

558558
function platform_tegra-x2() {
559-
cpu_armv8 "native"
559+
cpu_armv8 "cortex-a57+crypto"
560560
__platform_flags+=(x11 gl)
561561
}
562562

0 commit comments

Comments
 (0)