On Thu, 5 Nov 2020 at 03:10, Ovidiu Panait <[email protected]> wrote: > > 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 <[email protected]> > --- > common/board_r.c | 11 +---------- > drivers/pci_endpoint/pci_ep-uclass.c | 4 +++- > include/init.h | 2 +- > 3 files changed, 5 insertions(+), 12 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

