commit | fa0eb3cf5bab4cf86671a0ec3c7b0ceab33b7666 | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Tue Apr 08 09:48:32 2025 +0100 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Thu Apr 10 11:05:08 2025 +0100 |
tree | dbfa39e32bfc72b98e31b59a43a5e60fd6a88878 | |
parent | 382ba743a81c9b61d2ab794a22e37af0ac6128fe [diff] |
fix(rdv3): correctly define plat_mboot_measure_key() The function is declared with 2 const parameters, however it is defined without the const qualifiers, leading to compiler warnings. Change-Id: Ibe021336ea50e2028799bd6b1f0c5b513490185d Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>