diff --git a/patches/arm-trusted-firmware/v2.9/0002-marvell-Allow-mv-ddr-marvell-to-be-built-from-tarbal.patch b/patches/arm-trusted-firmware/v2.9/0002-marvell-Allow-mv-ddr-marvell-to-be-built-from-tarbal.patch deleted file mode 100644 index dccc0a84..00000000 --- a/patches/arm-trusted-firmware/v2.9/0002-marvell-Allow-mv-ddr-marvell-to-be-built-from-tarbal.patch +++ /dev/null @@ -1,29 +0,0 @@ -From da31240645cdf7ae424727ac330fdb6f6b118691 Mon Sep 17 00:00:00 2001 -From: Tobias Waldekranz -Date: Mon, 16 Oct 2023 10:52:19 +0200 -Subject: [PATCH 2/2] marvell: Allow mv-ddr-marvell to be built from tarball - -Build system relies on the mv-ddr-marvell being a valid GIT working -directory, which is not the case when building from a tarball. - -Therefore, reduce this requirement from a hard error to a warning. - -Signed-off-by: Tobias Waldekranz ---- - plat/marvell/armada/a8k/common/ble/ble.mk | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/plat/marvell/armada/a8k/common/ble/ble.mk b/plat/marvell/armada/a8k/common/ble/ble.mk -index 752ab419d..db817e996 100644 ---- a/plat/marvell/armada/a8k/common/ble/ble.mk -+++ b/plat/marvell/armada/a8k/common/ble/ble.mk -@@ -31,5 +31,5 @@ $(MV_DDR_LIB): FORCE - # Do not remove! Following checks are required to ensure correct TF-A builds, removing these checks leads to broken TF-A builds - $(if $(value MV_DDR_PATH),,$(error "Platform '$(PLAT)' for BLE requires MV_DDR_PATH. Please set MV_DDR_PATH to point to the right directory")) - $(if $(wildcard $(value MV_DDR_PATH)/*),,$(error "'MV_DDR_PATH=$(value MV_DDR_PATH)' was specified, but '$(value MV_DDR_PATH)' directory does not exist")) -- $(if $(shell git -C $(value MV_DDR_PATH) rev-parse --show-cdup 2>&1),$(error "'MV_DDR_PATH=$(value MV_DDR_PATH)' was specified, but '$(value MV_DDR_PATH)' does not contain valid mv-ddr-marvell git repository")) -+ $(if $(shell git -C $(value MV_DDR_PATH) rev-parse --show-cdup 2>&1),$(warning "'MV_DDR_PATH=$(value MV_DDR_PATH)' was specified, but '$(value MV_DDR_PATH)' does not contain valid mv-ddr-marvell git repository")) - @+make -C $(MV_DDR_PATH) --no-print-directory PLAT_INCLUDES="$(MV_DDR_INCLUDES)" PLATFORM=$(PLAT) ARCH=AARCH64 OBJ_DIR=$(BUILD_PLAT)/ble --- -2.34.1 -