blob: e5fbc2dfc5548908038c8755cdf1d2eb266d98ac [file] [log] [blame]
Lionel Debieve13a668d2022-10-05 16:47:03 +02001/*
2 * Copyright (c) 2021-2022, STMicroelectronics - All Rights Reserved
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef PLAT_DEF_FIP_UUID_H
8#define PLAT_DEF_FIP_UUID_H
9
10#define UUID_STM32MP_CONFIG_CERT \
11 {{0x50, 0x1d, 0x8d, 0xd2}, {0x8b, 0xce}, {0x49, 0xa5}, 0x84, 0xeb, \
12 {0x55, 0x9a, 0x9f, 0x2e, 0xae, 0xaf} }
13#endif /* PLAT_DEF_FIP_UUID_H */
14