]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/global_data.h
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[u-boot] / arch / x86 / include / asm / global_data.h
index 2f84abd7856cfe441a283b657539f99b70068de9..4fdb08090a02bebda2851f4c147994043fe72d7a 100644 (file)
@@ -32,6 +32,7 @@ struct arch_global_data {
        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() */
+       void *new_fdt;                  /* Relocated FDT */
 };
 
 #endif