diff options
Diffstat (limited to 'arch/x86/include/asm/arch-coreboot/timestamp.h')
| -rw-r--r-- | arch/x86/include/asm/arch-coreboot/timestamp.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/x86/include/asm/arch-coreboot/timestamp.h b/arch/x86/include/asm/arch-coreboot/timestamp.h index e48ad8631..d104912e0 100644 --- a/arch/x86/include/asm/arch-coreboot/timestamp.h +++ b/arch/x86/include/asm/arch-coreboot/timestamp.h @@ -42,6 +42,7 @@ enum timestamp_id {  	/* U-Boot entry IDs start at 1000 */  	TS_U_BOOT_INITTED = 1000, /* This is where u-boot starts */ +	TS_U_BOOT_START_KERNEL = 1100, /* Right before jumping to kernel. */  };  void timestamp_init(void); |