diff options
author | Anup Patel <anup.patel@wdc.com> | 2020-05-25 15:13:31 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-06-05 09:03:05 +0530 |
commit | 51f0e4a0533fe8b5d713379ab3a6cb676add82da (patch) | |
tree | 24ce214ae56448b85f5e024d94ac385dff87322e /firmware | |
parent | 72019ee2020fbc196a730dc4f52309e39d6b764a (diff) |
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.mk | 5 |
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 |