mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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 <ovidiu.panait@windriver.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user