summaryrefslogtreecommitdiff
path: root/platform/template/objects.mk
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 /platform/template/objects.mk
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 'platform/template/objects.mk')
-rw-r--r--platform/template/objects.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/template/objects.mk b/platform/template/objects.mk
index b9ba231..caaec2b 100644
--- a/platform/template/objects.mk
+++ b/platform/template/objects.mk
@@ -8,8 +8,8 @@
platform-objs-y += platform.o
#
-# If the platform support requires a device tree file, the name of the device
-# tree compiled file should be specified here. The device tree source file
-# be in the form <dt file name>.dts
+# If the platform support requires a builtin device tree file, the name of
+# the device tree compiled file should be specified here. The device tree
+# source file be in the form <dt file name>.dts
#
-# platform-dtb-y += <dt file name>.dtb
+# platform-objs-y += <dt file name>.o