blob: efaf56701493e232da9f3a7dfdbc135126bec9b8 [file] [log] [blame]
Lionel Debieve13a668d2022-10-05 16:47:03 +02001/*
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
11toc_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