common: board_r: Drop initr_post_backlog wrapper
authorOvidiu Panait <ovidiu.panait@windriver.com>
Sat, 28 Nov 2020 08:43:10 +0000 (10:43 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 15 Jan 2021 19:36:11 +0000 (14:36 -0500)
commit7addd3c6df61e10e74acf0859f65a82f28b771f5
treebbbf3c1ac295b41da808de4dcbacb4be71f97752
parentfb504b2c082c3ecd2ec7e550ae9504175c019b3a
common: board_r: Drop initr_post_backlog wrapper

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 <ovidiu.panait@windriver.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/board_r.c
include/post.h
post/post.c