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:
parent
1620aad4c9
commit
dfcfb4f4f7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue