summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2020-05-25 12:43:31 +0300
committerAnup Patel <anup@brainfault.org>2020-06-05 06:33:05 +0300
commit51f0e4a0533fe8b5d713379ab3a6cb676add82da (patch)
tree24ce214ae56448b85f5e024d94ac385dff87322e /firmware
parent72019ee2020fbc196a730dc4f52309e39d6b764a (diff)
downloadopensbi-51f0e4a0533fe8b5d713379ab3a6cb676add82da.tar.xz
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>
Diffstat (limited to 'firmware')
-rw-r--r--firmware/objects.mk5
1 files changed, 0 insertions, 5 deletions
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