mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
7ab8fb6211
Instead of using and maintaining a unique recipe for trusted-firmware-a (formerly known as ARM trusted firmware, or ATF), use the recipe located in meta-arm. It is well maintained and in use in multiple other layers. Tested with pine64-plus Signed-off-by: Jon Mason <jdmason@kudzu.us>
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
COMPATIBLE_MACHINE = "(sun50i|sun50i-h616)"
|
|
|
|
TFA_PLATFORM:sun50i = "sun50i_a64"
|
|
TFA_PLATFORM:sun50i-h616 = "sun50i_h616"
|
|
|
|
TFA_BUILD_TARGET = "bl31"
|