summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/tables.h')
-rw-r--r--arch/x86/include/asm/tables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/tables.h b/arch/x86/include/asm/tables.h
index 0aa6d9b..9e6754f 100644
--- a/arch/x86/include/asm/tables.h
+++ b/arch/x86/include/asm/tables.h
@@ -14,6 +14,8 @@
*/
#define ROM_TABLE_ADDR 0xf0000
+#define ROM_TABLE_ALIGN 1024
+
/**
* table_compute_checksum() - Compute a table checksum
*