commit | eb2825b79d1e029fa0b9e9ff35fe08c2eca8ca17 | [log] [tgz] |
---|---|---|
author | Ovidiu Panait <ovidiu.panait@windriver.com> | Sat Nov 28 10:43:14 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 15 14:36:12 2021 -0500 |
tree | 5cacb986de8f06b2030518ec67fed80ec6374dba | |
parent | 42d0d4223f991062f10d8b09e9268ed4cbcf271e [diff] |
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>