imx-atf-boundary: bump version to 2.2

- based upon NXP imx_5.4.47_2.2.0 branch
- includes changes to allow UART4 access from Cortex-A
- fix lpddr4 cache flush for i.MX8MP

Note that the previous version was wrongly named 2.3 although it was
based upon ATF 2.0.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
This commit is contained in:
Gary Bisson 2020-12-21 11:57:24 +01:00 committed by Otavio Salvador
parent 0428b922a5
commit 94c2a1152d

View File

@ -9,10 +9,10 @@ PROVIDES = "imx-atf"
PV .= "+git${SRCPV}"
SRCBRANCH = "boundary-imx_4.14.98_2.3.0"
SRCBRANCH = "boundary-imx_5.4.47_2.2.0"
SRC_URI = "git://github.com/boundarydevices/imx-atf.git;branch=${SRCBRANCH} \
"
SRCREV = "99e07a29006b35e5b76e3a2555c54575f3b63d0c"
SRCREV = "515fb041a3876b698b9f8e72bdfeb135d8a98623"
S = "${WORKDIR}/git"