From 5134fcbb47e83bdfc5427c44ce7f1f4238456c0d Mon Sep 17 00:00:00 2001 From: Olivier Deprez Date: Tue, 24 Nov 2020 17:32:43 +0100 Subject: [PATCH] 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 Change-Id: Ib566b602a7f83003a1b2d0ba5f6ebf4d8b7a9156 --- plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts | 5 ----- plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts | 5 ----- 2 files changed, 10 deletions(-) diff --git a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts index 32549a0e1..43b146630 100644 --- a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts +++ b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts @@ -27,11 +27,6 @@ binary_size = <0x80000>; }; - chosen { - linux,initrd-start = <0>; - linux,initrd-end = <0>; - }; - hypervisor { compatible = "hafnium,hafnium"; vm1 { diff --git a/plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts b/plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts index e59acb3ba..117909de9 100644 --- a/plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts +++ b/plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts @@ -27,11 +27,6 @@ binary_size = <0x80000>; }; - chosen { - linux,initrd-start = <0>; - linux,initrd-end = <0>; - }; - hypervisor { compatible = "hafnium,hafnium"; vm1 { -- 2.39.5