From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 14 Nov 2020 09:17:18 -0600 Subject: [PATCH 14/18] common: board_r: Drop initr_api wrapper In-Reply-To: <20201105090955.29641-15-ovidiu.panait@windriver.com> References: <20201105090955.29641-1-ovidiu.panait@windriver.com> <20201105090955.29641-15-ovidiu.panait@windriver.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 5 Nov 2020 at 03:11, Ovidiu Panait wrote: > > Add a return value to api_init and use it directly in the > post-relocation init sequence, rather than using a wrapper stub. > > Signed-off-by: Ovidiu Panait > --- > api/api.c | 6 ++++-- > api/api_private.h | 2 +- > common/board_r.c | 11 +---------- > include/api.h | 2 +- > 4 files changed, 7 insertions(+), 14 deletions(-) Reviewed-by: Simon Glass