x86: fsp: Enlarge the size of malloc() pool before relocation
[oweals/u-boot.git] / arch / x86 / lib / asm-offsets.c
index 70ccf1b0b041cb2afd17adce8bfc7beab8501629..9da04dd875927deedbd940330ca636991f7cd516 100644 (file)
@@ -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;
 }