acpi: Add an acpi command
[oweals/u-boot.git] / arch / x86 / include / asm / global_data.h
index f4c1839104e15ea5ec7952bb2110c93dff7ce29e..4aee2f3e8c46554ef6b40fc18bc94fde96145338 100644 (file)
@@ -123,6 +123,7 @@ struct arch_global_data {
 #ifdef CONFIG_FSP_VERSION2
        struct fsp_header *fsp_s_hdr;   /* Pointer to FSP-S header */
 #endif
+       ulong acpi_start;               /* Start address of ACPI tables */
 };
 
 #endif