]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - arch/x86/cpu/coreboot/timestamp.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / arch / x86 / cpu / coreboot / timestamp.c
index ec4003c4e77e57d12527921d362167332b5ac14b..3ad611a530c429d77fa02268fd382b23f5752aa7 100644 (file)
@@ -5,10 +5,10 @@
  * Modified from the coreboot version
  */
 
+#include <common.h>
 #include <bootstage.h>
 #include <asm/arch/timestamp.h>
 #include <asm/cb_sysinfo.h>
-#include <asm/u-boot-x86.h>
 #include <linux/compiler.h>
 
 static struct timestamp_table *ts_table  __section(".data");