summaryrefslogtreecommitdiff
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/asm-offsets.c b/arch/x86/lib/asm-offsets.c
index 90dce22b25..47b38cd9e7 100644
--- a/arch/x86/lib/asm-offsets.c
+++ b/arch/x86/lib/asm-offsets.c
@@ -17,7 +17,7 @@
int main(void)
{
DEFINE(GD_BIST, offsetof(gd_t, arch.bist));
-#ifdef CONFIG_HAVE_FSP
+#ifdef CONFIG_USE_HOB
DEFINE(GD_HOB_LIST, offsetof(gd_t, arch.hob_list));
#endif
DEFINE(GD_TABLE, offsetof(gd_t, arch.table));