]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/include/asm/global_data.h
x86: Add support for passing tables into U-Boot
[karo-tx-uboot.git] / arch / x86 / include / asm / global_data.h
index 80ebe3eb7bc26849924aa4305825f0fcb5f4d557..f7e3889df07ef4a25181675bb5b3dd14b0dbe79b 100644 (file)
@@ -69,6 +69,7 @@ struct arch_global_data {
        char *mrc_output;
        unsigned int mrc_output_len;
        void *gdt;                      /* Global descriptor table */
+       ulong table;                    /* Table pointer from previous loader */
 };
 
 #endif