forked from Mirrors/opensbi
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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user