commit | 7b425dec44601e0a64f2d063fa88da766ec3ce6f | [log] [tgz] |
---|---|---|
author | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Fri Jul 19 08:31:51 2024 +0100 |
committer | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Thu Aug 29 17:31:25 2024 +0100 |
tree | 367b3fd5ca8f449b085819aa580d31366c764a4d | |
parent | 3e9fe1ba50ccc454fe0986701b4670fc5b9cd1b2 [diff] [blame] |
fix(tools): update the fiptool and certtool to fix POSIX build This patch fixes below issue raised: https://github.com/TrustedFirmware-A/trusted-firmware-a/issues/8 https://github.com/TrustedFirmware-A/trusted-firmware-a/issues/9 https://github.com/TrustedFirmware-A/trusted-firmware-a/issues/10 Change-Id: I521bf7410535ffe49198789ba183cc401b3b88a0 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
diff --git a/tools/cert_create/src/tbbr/tbb_key.c b/tools/cert_create/src/tbbr/tbb_key.c index 5b84b6e..3d99067 100644 --- a/tools/cert_create/src/tbbr/tbb_key.c +++ b/tools/cert_create/src/tbbr/tbb_key.c
@@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2024, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -11,7 +11,7 @@ * * The order of the keys must follow the enumeration specified in tbb_key.h */ -static key_t tbb_keys[] = { +static cert_key_t tbb_keys[] = { [ROT_KEY] = { .id = ROT_KEY, .opt = "rot-key",