mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
spm: remove chosen node from SPMC manifests
The chosen node is no longer required as the SPMC implements a specific boot flow which no longer requires this node. Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: Ib566b602a7f83003a1b2d0ba5f6ebf4d8b7a9156
This commit is contained in:
parent
76d22f06dc
commit
5134fcbb47
2 changed files with 0 additions and 10 deletions
|
@ -27,11 +27,6 @@
|
|||
binary_size = <0x80000>;
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,initrd-start = <0>;
|
||||
linux,initrd-end = <0>;
|
||||
};
|
||||
|
||||
hypervisor {
|
||||
compatible = "hafnium,hafnium";
|
||||
vm1 {
|
||||
|
|
|
@ -27,11 +27,6 @@
|
|||
binary_size = <0x80000>;
|
||||
};
|
||||
|
||||
chosen {
|
||||
linux,initrd-start = <0>;
|
||||
linux,initrd-end = <0>;
|
||||
};
|
||||
|
||||
hypervisor {
|
||||
compatible = "hafnium,hafnium";
|
||||
vm1 {
|
||||
|
|
Loading…
Add table
Reference in a new issue