Skip to content

Commit

Permalink
arch: change armv8-2a to armv8-a
Browse files Browse the repository at this point in the history
Change-Id: I0525981edef0b6607d6ade419128f16fe50cc622
  • Loading branch information
easterNday committed Jul 7, 2023
1 parent 56e4e9c commit 992eade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ TARGET_CPU_ABI2 :=
TARGET_CPU_VARIANT := cortex-a76

TARGET_2ND_ARCH := arm
TARGET_2ND_ARCH_VARIANT := armv8-2a
TARGET_2ND_ARCH_VARIANT := armv8-a
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := cortex-a76
Expand Down

0 comments on commit 992eade

Please sign in to comment.