diff --git a/include/drivers/measured_boot/measured_boot.h b/include/drivers/measured_boot/measured_boot.h index f8769ab43..05be4a941 100644 --- a/include/drivers/measured_boot/measured_boot.h +++ b/include/drivers/measured_boot/measured_boot.h @@ -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 -/* 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);