Re: [PATCH v4 08/18] common: board_r: Drop initr_post_backlog wrapper

2021-01-16 Thread Tom Rini
On Sat, Nov 28, 2020 at 10:43:10AM +0200, Ovidiu Panait wrote: > Add a return value to post_output_backlog and use it directly in the > post-relocation init sequence, rather than using a wrapper stub. > > Signed-off-by: Ovidiu Panait > Reviewed-by: Simon Glass Applied to u-boot/master, thanks!

[PATCH v4 08/18] common: board_r: Drop initr_post_backlog wrapper

2020-11-28 Thread Ovidiu Panait
Add a return value to post_output_backlog and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v4 updates: - none v3 updates: - add reviewed-by tag v2 updates: - add function comment common/board