Commit 5134fcbb authored by Olivier Deprez's avatar Olivier Deprez
Browse files

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: default avatarOlivier Deprez <olivier.deprez@arm.com>
Change-Id: Ib566b602a7f83003a1b2d0ba5f6ebf4d8b7a9156
parent 76d22f06
......@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment