mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
fix(handoff): remove XFERLIST_TB_FW_CONFIG
Remove XFERLIST_TB_FW_CONFIG as the corresponding patch to add it to the specification [1] has been abandoned and there are no plans for it to be merged, with the information it contains being moved to a transfer list instead. [1] https://github.com/FirmwareHandoff/firmware_handoff/pull/37 Change-Id: If4a21d56b87bafc2f4894beefd73ac51e36e6571 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
This commit is contained in:
parent
ada4e59d16
commit
18be2dbe00
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ enum transfer_list_tag_id {
|
|||
TL_TAG_OPTEE_PAGABLE_PART = 0x100,
|
||||
TL_TAG_DT_SPMC_MANIFEST = 0x101,
|
||||
TL_TAG_EXEC_EP_INFO64 = 0x102,
|
||||
TL_TAG_TB_FW_CONFIG = 0x103,
|
||||
TL_TAG_SRAM_LAYOUT64 = 0x104,
|
||||
TL_TAG_MBEDTLS_HEAP_INFO = 0x105,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue