commit | dc8b62465701ec86b13cbee4b94822bc6b84c6a8 | [log] [tgz] |
---|---|---|
author | Ovidiu Panait <ovidiu.panait@windriver.com> | Sat Nov 28 10:43:10 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 15 14:36:11 2021 -0500 |
tree | bbbf3c1ac295b41da808de4dcbacb4be71f97752 | |
parent | c14c0f950b3b9ca1332c48fadf080d295fec19d8 [diff] |
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>