mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
x86: coreboot: Add timestamps from coreboot to bootstage
Receiving timestamps from coreboot was unceremoniously dropped some time
ago. Add it back.
Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 8ad01ce36f7 ("x86: Remove x86 specific GD flags as they are...")
This commit is contained in:
parent
734b0cbbca
commit
e1c0dd369d
@ -77,6 +77,8 @@ static void board_final_init(void)
|
||||
|
||||
static int last_stage_init(void)
|
||||
{
|
||||
timestamp_add_to_bootstage();
|
||||
|
||||
if (IS_ENABLED(CONFIG_XPL_BUILD))
|
||||
return 0;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user