mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
refactor(fdts): remove unused nodes from CoT device tree
Since the CoT device tree is intended solely for BL2, remove the nodes that are not handled by BL2. Change-Id: I977eec902f16de59743e97d15148d63934b7b863 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
This commit is contained in:
parent
416aa42e55
commit
0909b52273
2 changed files with 0 additions and 24 deletions
|
@ -136,30 +136,12 @@ cot {
|
|||
images {
|
||||
compatible = "arm, img-descs";
|
||||
|
||||
fw_config {
|
||||
image-id = <FW_CONFIG_ID>;
|
||||
parent = <&cca_content_cert>;
|
||||
hash = <&fw_config_hash>;
|
||||
};
|
||||
|
||||
hw_config {
|
||||
image-id = <HW_CONFIG_ID>;
|
||||
parent = <&cca_content_cert>;
|
||||
hash = <&hw_config_hash>;
|
||||
};
|
||||
|
||||
tb_fw_hash {
|
||||
image-id = <BL2_IMAGE_ID>;
|
||||
parent = <&cca_content_cert>;
|
||||
hash = <&tb_fw_hash>;
|
||||
};
|
||||
|
||||
tb_fw_config {
|
||||
image-id = <TB_FW_CONFIG_ID>;
|
||||
parent = <&cca_content_cert>;
|
||||
hash = <&tb_fw_config_hash>;
|
||||
};
|
||||
|
||||
bl31_image {
|
||||
image-id = <BL31_IMAGE_ID>;
|
||||
parent = <&cca_content_cert>;
|
||||
|
|
|
@ -190,12 +190,6 @@ cot {
|
|||
hash = <&hw_config_hash>;
|
||||
};
|
||||
|
||||
tb_fw_config {
|
||||
image-id = <TB_FW_CONFIG_ID>;
|
||||
parent = <&trusted_boot_fw_cert>;
|
||||
hash = <&tb_fw_config_hash>;
|
||||
};
|
||||
|
||||
scp_bl2_image {
|
||||
image-id = <SCP_BL2_IMAGE_ID>;
|
||||
parent = <&scp_fw_content_cert>;
|
||||
|
|
Loading…
Add table
Reference in a new issue