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>
This commit is contained in:
Anup Patel
2020-05-25 15:13:31 +05:30
committed by Anup Patel
parent 72019ee202
commit 51f0e4a053
5 changed files with 6 additions and 26 deletions

View File

@@ -72,5 +72,4 @@ endif
# FW_PAYLOAD_ALIGN=0x1000
# FW_PAYLOAD_PATH="path to next boot stage binary image file"
# FW_PAYLOAD_FDT_PATH="path to platform flattened device tree file"
# FW_PAYLOAD_FDT="name of the platform defined flattened device tree file"
# FW_PAYLOAD_FDT_ADDR=0x82200000

View File

@@ -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