Hi Robert,
Thanks for the bug report. I have pushed a fix for review:
https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/6986
Kind regards,
Jamie
From: TF-M <tf-m-bounces@lists.trustedfirmware.org>
On Behalf Of Robert Rostohar via TF-M
Sent: 12 November 2020 13:57
To: tf-m@lists.trustedfirmware.org
Subject: [TF-M] Typo in return value (ps_object_system.c)
Hi,
I believe there is a small typo in the return value of function ps_read_object (ps_object_system.c). This results in build failure of Non-encrypted Protected Storage.
The define used should be “PSA_ERROR_DATA_CORRUPT” and not “PSA_PS_ERROR_DATA_CORRUPT”.
Best regards,
Robert