Skip to content

Commit

Permalink
Add one IMSG line before OP-TEE init message
Browse files Browse the repository at this point in the history
Otherwise at least on Hikey, it comes partway through an a-t-f
message and is hard to parse.

Signed-off-by: Andy Green <andy@warmcat.com>
  • Loading branch information
lws-team committed Jan 26, 2017
1 parent 540bdf4 commit 8b99686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/arch/arm/kernel/generic_boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ static void init_primary_helper(unsigned long pageable_part,

init_runtime(pageable_part);

IMSG("\n");
IMSG("Initializing (%s)\n", core_v_str);

thread_init_primary(generic_boot_get_handlers());
Expand Down

0 comments on commit 8b99686

Please sign in to comment.