trusted-firmware: Make append machine specific

This commit is contained in:
Dan McGregor 2024-05-07 10:33:28 -06:00 committed by Oliver Kästner
parent 5790998d9e
commit 0e0525ebfa
No known key found for this signature in database
GPG Key ID: 06A81B143EA9588F

View File

@ -1,7 +1,7 @@
COMPATIBLE_MACHINE = "(sun50i|sun50i-h616|sun50i-h6)"
COMPATIBLE_MACHINE:sunxi = "(sun50i|sun50i-h616|sun50i-h6)"
TFA_PLATFORM:sun50i = "sun50i_a64"
TFA_PLATFORM:sun50i-h6 = "sun50i_h6"
TFA_PLATFORM:sun50i-h616 = "sun50i_h616"
TFA_BUILD_TARGET = "bl31"
TFA_BUILD_TARGET:sunxi = "bl31"