]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/include/asm/global_data.h
x86: Support relocation of FDT on start-up
[karo-tx-uboot.git] / 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