blob: a87999f4390f344e77e117e0ec257c12993a0bea (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Machine specific TFAs
MACHINE_TFA_REQUIRE ?= ""
MACHINE_TFA_REQUIRE_n1sdp = "trusted-firmware-a-n1sdp.inc"
require ${MACHINE_TFA_REQUIRE}
# TFA referred in release tag N1SDP-2020.03.26
SRCREV_tfa_n1sdp = "cfb3f73344217aa000aaff9d84baad7527af75bf"
PV_n1sdp = "2.2+git${SRCPV}"
|