meta-arm.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] arm-bsp/trusted-firmware-a: remove TARGET_FPU build argument
@ 2021-10-25 15:42 Ross Burton
  2021-10-25 15:42 ` [PATCH 2/5] arm/trusted-firmware-a: remove obsolete TF-A 1.5 Ross Burton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ross Burton @ 2021-10-25 15:42 UTC (permalink / raw)
  To: meta-arm

From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

TARGET_FPU passed to TF-A Makefile but is not used in TF-A source code.

Change-Id: I7c275711ed1e9fb9ee4e4df2b9c1606cacc4138c
Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
---
 meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc
index a1e59d88..f5aed675 100644
--- a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc
+++ b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc
@@ -143,7 +143,6 @@ EXTRA_OEMAKE += "OPENSSL_DIR=${STAGING_DIR_NATIVE}/${prefix_native}"
 
 # Runtime variables
 EXTRA_OEMAKE += "RUNTIME_SYSROOT=${STAGING_DIR_HOST}"
-EXTRA_OEMAKE += "TARGET_FPU=${TARGET_FPU}"
 
 BUILD_DIR = "${B}/${TFA_PLATFORM}"
 BUILD_DIR .= "${@'/${TFA_BOARD}' if d.getVar('TFA_BOARD') else ''}"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-25 15:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 15:42 [PATCH 1/5] arm-bsp/trusted-firmware-a: remove TARGET_FPU build argument Ross Burton
2021-10-25 15:42 ` [PATCH 2/5] arm/trusted-firmware-a: remove obsolete TF-A 1.5 Ross Burton
2021-10-25 15:42 ` [PATCH 3/5] arm/fiptool-native: bumping the version to v2.5 Ross Burton
2021-10-25 15:42 ` [PATCH 4/5] arm/fiptool-native: improve OpenSSL build fix Ross Burton
2021-10-25 15:42 ` [PATCH 5/5] arm/trusted-firmware-a: " Ross Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).