diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc index 2646259f..e59d31a7 100644 --- a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc +++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc @@ -3,13 +3,12 @@ COMPATIBLE_MACHINE = "(corstone1000)" FILESEXTRAPATHS:prepend := "${THISDIR}/files/corstone1000:" -SRC_URI:append = " \ - file://0001-Rename-Diphda-to-corstone1000.patch \ - file://0002-plat-arm-corstone1000-made-changes-to-accommodate-3M.patch \ - file://0003-corstone1000-implement-platform-specific-psci-reset.patch \ - file://0004-plat-arm-corstone1000-change-base-address-of-FIP-in-the-fl.patch \ - file://0005-plat-arm-corstone1000-identify-which-bank-to-load-fip-from.patch \ - " +SRCREV_tfa = "cf89fd57ed3286d7842eef41cd72a3977eb6d317" +PV = "2.6+git${SRCPV}" + +SRC_URI:remove = " \ + file://ssl.patch \ + " TFA_DEBUG = "1" TFA_UBOOT = "1"