summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/asm-offsets.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/lib/asm-offsets.c')
-rw-r--r--arch/x86/lib/asm-offsets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lib/asm-offsets.c b/arch/x86/lib/asm-offsets.c
index 70ccf1b0b0..9da04dd875 100644
--- a/arch/x86/lib/asm-offsets.c
+++ b/arch/x86/lib/asm-offsets.c
@@ -21,5 +21,6 @@ int main(void)
#ifdef CONFIG_HAVE_FSP
DEFINE(GD_HOB_LIST, offsetof(gd_t, arch.hob_list));
#endif
+ DEFINE(GD_TABLE, offsetof(gd_t, arch.table));
return 0;
}
OpenPOWER on IntegriCloud