]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/lib/asm-offsets.c
Merge branch 'master' of git://git.denx.de/u-boot
[u-boot] / arch / x86 / lib / asm-offsets.c
index d65c6ab1b0d173f46fd4a333809ed8adf1684640..70ccf1b0b041cb2afd17adce8bfc7beab8501629 100644 (file)
@@ -17,6 +17,9 @@
 
 int main(void)
 {
-       DEFINE(GENERATED_GD_RELOC_OFF, offsetof(gd_t, reloc_off));
+       DEFINE(GD_BIST, offsetof(gd_t, arch.bist));
+#ifdef CONFIG_HAVE_FSP
+       DEFINE(GD_HOB_LIST, offsetof(gd_t, arch.hob_list));
+#endif
        return 0;
 }