
31 Jul
2024
31 Jul
'24
4:38 p.m.
Hi Richard,
On Mon, 29 Jul 2024 at 15:57, Richard Weinberger richard@sigma-star.at wrote:
Simon,
Am Samstag, 13. Juli 2024, 17:13:50 CEST schrieb Simon Glass:
Can you use 'bootstage' as the commit tag?
Sure.
debug("Copying bootstage from %p to %p\n", gd->bootstage,
gd->new_bootstage);
memcpy(gd->new_bootstage, gd->bootstage, sizeof(struct bootstage_data));
I would like to have the relocation addresses in board_f like with other relocations, so it is easy to see what is happening, in one file. So how about passing the old address to bootstage_relocate() so it doesn't need to access gd->new_bootstage ?
You mean passing the *new* address?
Yes, sorry.
REgards, Simon