]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/tables.h
Merge branch 'next'
[u-boot] / arch / x86 / include / asm / tables.h
index 9e6754f2a5a09948f5d99dd09a5291d57689ec4a..ae9f0d0d626a2920595d3225bc7e16e4a96f917a 100644 (file)
@@ -16,6 +16,9 @@
 
 #define ROM_TABLE_ALIGN        1024
 
+/* SeaBIOS expects coreboot tables at address range 0x0000-0x1000 */
+#define CB_TABLE_ADDR  0x800
+
 /**
  * table_compute_checksum() - Compute a table checksum
  *