]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/global_data.h
x86: broadwell: Add a pinctrl driver
[u-boot] / arch / x86 / include / asm / global_data.h
index 35148ab24eaa1bd93fe97eeef634e58c7001fb50..0ca518ca3820284386188abae66e0e67fb3f759e 100644 (file)
@@ -54,9 +54,6 @@ struct arch_global_data {
        uint8_t x86_mask;
        uint32_t x86_device;
        uint64_t tsc_base;              /* Initial value returned by rdtsc() */
-       uint32_t tsc_base_kclocks;      /* Initial tsc as a kclocks value */
-       uint32_t tsc_prev;              /* For show_boot_progress() */
-       uint32_t tsc_mhz;               /* TSC frequency in MHz */
        void *new_fdt;                  /* Relocated FDT */
        uint32_t bist;                  /* Built-in self test value */
        enum pei_boot_mode_t pei_boot_mode;