spl: fit: print ATF and U-Boot load address
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I0b732934c1aa63ed6e849d85bd77fa8ec1f622b3
This commit is contained in:
parent
3db2d9fdeb
commit
295b646621
|
|
@ -563,7 +563,9 @@ void board_init_r(gd_t *dummy1, ulong dummy2)
|
|||
break;
|
||||
#if CONFIG_IS_ENABLED(ATF)
|
||||
case IH_OS_ARM_TRUSTED_FIRMWARE:
|
||||
printf("Jumping to U-Boot via ARM Trusted Firmware\n");
|
||||
printf("Jumping to U-Boot(0x%08lx) via ARM Trusted Firmware(0x%08lx)\n",
|
||||
(ulong)spl_image.entry_point_bl33,
|
||||
(ulong)spl_image.entry_point);
|
||||
spl_invoke_atf(&spl_image);
|
||||
break;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue