summaryrefslogtreecommitdiffstats
path: root/plat/arm/board/fvp/fdts/fvp_nt_fw_config.dts
blob: 8f32b9880bf25062814d94a108691acbaa73bbfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (c) 2018-2020, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/dts-v1/;

/ {
#if MEASURED_BOOT
#include "event_log.dtsi"
#endif
};

#if MEASURED_BOOT && defined(SPD_opteed)
&event_log {
	tpm_event_log_sm_addr = <0x0 0x0>;
};
#endif