X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fx86%2Flib%2Fasm-offsets.c;h=70ccf1b0b041cb2afd17adce8bfc7beab8501629;hb=41702bac01c585cc11fa5dd1f38dea1e5a7c642d;hp=d65c6ab1b0d173f46fd4a333809ed8adf1684640;hpb=0f507779ca00d90cdd4bcc8252630370339b7ea6;p=u-boot diff --git a/arch/x86/lib/asm-offsets.c b/arch/x86/lib/asm-offsets.c index d65c6ab1b0..70ccf1b0b0 100644 --- a/arch/x86/lib/asm-offsets.c +++ b/arch/x86/lib/asm-offsets.c @@ -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; }