common: spl: printf message when jump to ATF

Change-Id: Ibd970ffc3078c3bbe93cbd65698052cd913a31f6
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2019-06-14 09:17:11 +08:00
parent 1620aad4c9
commit dfcfb4f4f7
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ void board_init_r(gd_t *dummy1, ulong dummy2)
break;
#if CONFIG_IS_ENABLED(ATF)
case IH_OS_ARM_TRUSTED_FIRMWARE:
debug("Jumping to U-Boot via ARM Trusted Firmware\n");
printf("Jumping to U-Boot via ARM Trusted Firmware\n\n");
spl_invoke_atf(&spl_image);
break;
#endif