1 /*
2  * Copyright (c) 2022, STMicroelectronics - All Rights Reserved
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #include <firmware_image_package.h>
8 
9 #include "tbbr_config.h"
10 
11 toc_entry_t plat_def_toc_entries[] = {
12 	{
13 		.name = "STM32MP CONFIG CERT",
14 		.uuid = UUID_STM32MP_CONFIG_CERT,
15 		.cmdline_name = "stm32mp-cfg-cert"
16 	}
17 };
18 
19