commit | 60df3d75edb7eae87f51b356c35307e3011202d7 | [log] [tgz] |
---|---|---|
author | Manish Pandey <manish.pandey2@arm.com> | Thu May 25 16:45:15 2023 +0200 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Thu May 25 16:45:15 2023 +0200 |
tree | fb2e9ea7d782481853c7618679cd5bd2372206e8 | |
parent | 4bb0cdc1596f7867e8291b5bcb0cf8aa449b2b98 [diff] | |
parent | ae074b369a25747acf98a23389e9d67b39738c71 [diff] |
Merge "fix(tsp): flush uart console" into integration
diff --git a/bl32/tsp/tsp_main.c b/bl32/tsp/tsp_main.c index 0878ea4..1ab2260 100644 --- a/bl32/tsp/tsp_main.c +++ b/bl32/tsp/tsp_main.c
@@ -50,6 +50,8 @@ tsp_stats[linear_id].smc_count, tsp_stats[linear_id].eret_count, tsp_stats[linear_id].cpu_on_count); + + console_flush(); return (uint64_t) &tsp_vector_table; }