commit | 7e99cb0e172932b2ce5957a552747d85bc89dca0 | [log] [tgz] |
---|---|---|
author | Prasad Kummari <prasad.kummari@amd.com> | Thu Feb 22 11:46:00 2024 +0530 |
committer | Prasad Kummari <prasad.kummari@amd.com> | Mon Feb 26 22:11:07 2024 +0530 |
tree | 6119b183a19eed54fc34dc7263cc00eaf03cce33 | |
parent | a8deec5c0b51719b1f268e4f106c3a095a387074 [diff] |
fix(printf): increase TESTCASE_OUTPUT_MAX_SIZE The SMCCC_ARCH_WORKAROUND_2 test tftf_testcase_printf encountered a string truncation error on multi clusters. The value of 512 bytes was insufficient for a system with 16 cores, therefore, it has been increased to 1024 bytes to address the issue. Signed-off-by: Prasad Kummari <prasad.kummari@amd.com> Change-Id: I15875c67137bf0491aa2da3fa1517ce789abacd8