Some ports set up the board info structure at the same time as the global data structure, and largely keep them together. So generate a define for the board info struct too.
Signed-off-by: Mike Frysinger <vap...@gentoo.org> --- lib/asm-offsets.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/lib/asm-offsets.c b/lib/asm-offsets.c index 2209561..6f253a6 100644 --- a/lib/asm-offsets.c +++ b/lib/asm-offsets.c @@ -25,5 +25,8 @@ int main(void) DEFINE(GENERATED_GBL_DATA_SIZE, (sizeof(struct global_data)+15) & ~15); + DEFINE(GENERATED_BD_INFO_SIZE, + (sizeof(struct bd_info)+15) & ~15); + return 0; } -- 1.7.3.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot