diff options
Diffstat (limited to 'arch/x86/include/asm/tables.h')
-rw-r--r-- | arch/x86/include/asm/tables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/tables.h b/arch/x86/include/asm/tables.h index 0aa6d9b33e..9e6754f2a5 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 * |