From 51f0e4a0533fe8b5d713379ab3a6cb676add82da Mon Sep 17 00:00:00 2001 From: Anup Patel <anup.patel@wdc.com> Date: Mon, 25 May 2020 15:13:31 +0530 Subject: firmware: Remove FW_PAYLOAD_FDT and related documentation Now that no platform is using FW_PAYLOAD_FDT mechanism, we remove related code from Makefile and related documentation. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com> --- firmware/objects.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'firmware') diff --git a/firmware/objects.mk b/firmware/objects.mk index e8969e6..c980362 100644 --- a/firmware/objects.mk +++ b/firmware/objects.mk @@ -41,11 +41,6 @@ ifdef FW_PAYLOAD_ALIGN firmware-genflags-$(FW_PAYLOAD) += -DFW_PAYLOAD_ALIGN=$(FW_PAYLOAD_ALIGN) endif -ifndef FW_PAYLOAD_FDT_PATH -ifdef FW_PAYLOAD_FDT -FW_PAYLOAD_FDT_PATH=$(platform_build_dir)/$(FW_PAYLOAD_FDT) -endif -endif ifdef FW_PAYLOAD_FDT_PATH firmware-genflags-$(FW_PAYLOAD) += -DFW_PAYLOAD_FDT_PATH=\"$(FW_PAYLOAD_FDT_PATH)\" endif -- cgit v1.2.3