diff options
-rw-r--r-- | plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts index 21a6073a3..4543671a9 100644 --- a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts +++ b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021, Arm Limited. All rights reserved. + * Copyright (c) 2020-2022, Arm Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -82,4 +82,8 @@ device_type = "memory"; reg = <0x0 0x6000000 0x2000000>; /* Trusted DRAM */ }; + +#if MEASURED_BOOT +#include "event_log.dtsi" +#endif }; |