From eb2825b79d1e029fa0b9e9ff35fe08c2eca8ca17 Mon Sep 17 00:00:00 2001 From: Ovidiu Panait Date: Sat, 28 Nov 2020 10:43:14 +0200 Subject: common: board_r: Drop initr_xen wrapper Add a return value to xen_init and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- include/xen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xen.h') diff --git a/include/xen.h b/include/xen.h index a952a2c84b8..868132156e9 100644 --- a/include/xen.h +++ b/include/xen.h @@ -11,7 +11,7 @@ * Map Xen memory pages, initialize event handler and xenbus, * setup the grant table. */ -void xen_init(void); +int xen_init(void); /** * xen_fini() - Board cleanup before Linux kernel start -- cgit v1.2.3