commit | cb54303c1bcaa0334d78fb0dda050c9725a584b3 | [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 | 2bb003df1c31a28032c6f1afb0b2111829bf24a8 [diff] | |
parent | 55ca30dbfd003e765461096efbc4408ec83ffafe [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; }