commit | cddcbbc04070191f7f3841c9e73c634f672c72e9 | [log] [tgz] |
---|---|---|
author | Dávid Házi <david.hazi@arm.com> | Thu Jun 20 12:53:09 2024 +0200 |
committer | Antonio de Angelis <Antonio.deAngelis@arm.com> | Mon Jul 01 16:52:24 2024 +0200 |
tree | f2f1a4112afa8f7799a2e6148ce3e52a02f32b05 | |
parent | 465cc7b3220fc68df25ea6fa2ff6e3544731d113 [diff] |
build: Add back _write stub function The _write stub was removed by this commit: https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/29175 If a platform does not using the common uart stdout file and it is compiled with GCC12+, the missing _write function error will come up. Add back the weak definition will solve this issue. Signed-off-by: Dávid Házi <david.hazi@arm.com> Change-Id: I5303433985e7a7e80f14cd22895eb985e99e6092