Commit 10d664ce authored by Dimitris Papastamos's avatar Dimitris Papastamos
Browse files

sp_min: Flush console at end of main()



Flush the console so the errata report is printed correctly
before exit to normal world.

Change-Id: Idd6b5199b5fb8bda9d16a7b5c6426cdda7c73167
Signed-off-by: default avatarDimitris Papastamos <dimitris.papastamos@arm.com>
parent 21568304
......@@ -8,6 +8,7 @@
#include <arch_helpers.h>
#include <assert.h>
#include <bl_common.h>
#include <console.h>
#include <context.h>
#include <context_mgmt.h>
#include <debug.h>
......@@ -182,6 +183,8 @@ void sp_min_main(void)
* from SP_MIN.
*/
sp_min_plat_runtime_setup();
console_flush();
}
/******************************************************************************
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment