mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 20:38:03 +00:00
Merge "fix(stm32mp1): add void entry in plat_def_toc_entries" into integration
This commit is contained in:
commit
d4affdce80
1 changed files with 9 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
|||
/*
|
||||
* Copyright (c) 2022, STMicroelectronics - All Rights Reserved
|
||||
* Copyright (c) 2022-2023, STMicroelectronics - All Rights Reserved
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <firmware_image_package.h>
|
||||
|
||||
#include "tbbr_config.h"
|
||||
|
@ -13,6 +15,11 @@ toc_entry_t plat_def_toc_entries[] = {
|
|||
.name = "STM32MP CONFIG CERT",
|
||||
.uuid = UUID_STM32MP_CONFIG_CERT,
|
||||
.cmdline_name = "stm32mp-cfg-cert"
|
||||
},
|
||||
|
||||
{
|
||||
.name = NULL,
|
||||
.uuid = { {0} },
|
||||
.cmdline_name = NULL,
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue