commit | c343e8c0bfe5be18d766c25d9d1de3d843793109 | [log] [tgz] |
---|---|---|
author | Ovidiu Panait <ovidiu.panait@windriver.com> | Sat Nov 28 10:43:11 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 15 14:36:12 2021 -0500 |
tree | a451438c32c194491b6798ccdad90c0fc5ed09d9 | |
parent | 7addd3c6df61e10e74acf0859f65a82f28b771f5 [diff] |
common: board_r: Drop initr_pci_ep wrapper Add a return value to pci_ep_init 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>