summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/coreboot/coreboot.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-08-19 09:21:46 -0400
committerTom Rini <trini@konsulko.com>2019-08-19 09:21:46 -0400
commit0ed2e2d825ac70d99ef89e3bb745979a22e2972e (patch)
tree1ae055f2a6243c62af81ac0ce31fc49db3f8f2e2 /arch/x86/cpu/coreboot/coreboot.c
parent81fed78c0a59af0d5698b13608eb4d26be84f397 (diff)
parentd117f917bfd2ccf4eaf90bddfa256501a554b1a4 (diff)
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
- QEMU build warning fix when CONFIG_DISTRO_DEFAULTS=n - Small fixes on x86 reST docs - Allow CBFS to be used in SPL - Remove x86 specific GD flags
Diffstat (limited to 'arch/x86/cpu/coreboot/coreboot.c')
-rw-r--r--arch/x86/cpu/coreboot/coreboot.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/cpu/coreboot/coreboot.c b/arch/x86/cpu/coreboot/coreboot.c
index 4c6ed0bfb2..9686f8ed5b 100644
--- a/arch/x86/cpu/coreboot/coreboot.c
+++ b/arch/x86/cpu/coreboot/coreboot.c
@@ -73,9 +73,6 @@ static void board_final_cleanup(void)
int last_stage_init(void)
{
- if (gd->flags & GD_FLG_COLD_BOOT)
- timestamp_add_to_bootstage();
-
/* start usb so that usb keyboard can be used as input device */
if (CONFIG_IS_ENABLED(USB_KEYBOARD))
usb_init();