]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/cpu/coreboot/coreboot.c
x86: Enable coreboot timestamp facility support in u-boot.
[karo-tx-uboot.git] / arch / x86 / cpu / coreboot / coreboot.c
index 22a643c9d6bc8098200866471c9b784dc5e8b163..b942a3e3e2e92cb7ca2a0d9dcc636cc3894d47bf 100644 (file)
@@ -28,6 +28,7 @@
 #include <netdev.h>
 #include <asm/arch-coreboot/tables.h>
 #include <asm/arch-coreboot/sysinfo.h>
+#include <asm/arch/timestamp.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -41,6 +42,9 @@ int cpu_init_f(void)
        int ret = get_coreboot_info(&lib_sysinfo);
        if (ret != 0)
                printf("Failed to parse coreboot tables.\n");
+
+       timestamp_init();
+
        return ret;
 }