Merge "refactor(measured boot): remove unused extern" into integration

This commit is contained in:
Sandrine Bailleux 2021-10-06 09:41:00 +02:00 committed by TrustedFirmware Code Review
commit 078925be4f
1 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, Arm Limited. All rights reserved.
* Copyright (c) 2020-2021, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@ -11,9 +11,6 @@
#include <drivers/measured_boot/event_log.h>
/* Platform specific table of image IDs, names and PCRs */
extern const image_data_t images_data[];
/* Functions' declarations */
void measured_boot_init(void);
void measured_boot_finish(void);