aboutsummaryrefslogtreecommitdiff
path: root/firmware/external_deps.mk
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2020-10-14 16:43:34 +0530
committerAnup Patel <anup@brainfault.org>2020-10-18 10:29:59 +0530
commit9c07c513aa9b2df64a971432e8dae3338a8e22ab (patch)
tree1b3aedf8cfd58fc6cd5f9f41ea2530b4fdee76b0 /firmware/external_deps.mk
parent6ca096977d723f3ac50291d668719bd938a85544 (diff)
firmware: Remove FW_PAYLOAD_FDT_PATH compile-time option
The FW_PAYLOAD_FDT_PATH compile-time option is replaced by FW_FDT_PATH compile-time option which is more flexible and common across all OpenSBI firmwares. This patch removes FW_PAYLOAD_FDT_PATH and updates related documentation to use FW_FDT_PATH. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'firmware/external_deps.mk')
-rw-r--r--firmware/external_deps.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/external_deps.mk b/firmware/external_deps.mk
index f43ac06..6264005 100644
--- a/firmware/external_deps.mk
+++ b/firmware/external_deps.mk
@@ -12,4 +12,3 @@ $(platform_build_dir)/firmware/fw_jump.o: $(FW_FDT_PATH)
$(platform_build_dir)/firmware/fw_payload.o: $(FW_FDT_PATH)
$(platform_build_dir)/firmware/fw_payload.o: $(FW_PAYLOAD_PATH_FINAL)
-$(platform_build_dir)/firmware/fw_payload.o: $(FW_PAYLOAD_FDT_PATH)