commit | 1c45ed94f02cbaf0eb032bb15db457b6b1005d3c | [log] [tgz] |
---|---|---|
author | Ovidiu Panait <ovidiu.panait@windriver.com> | Sat Nov 28 10:43:13 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 15 14:36:12 2021 -0500 |
tree | 7ffb67a31bd0d93872bfd8610fd2ae6618fa2df6 | |
parent | e353edb764b6d4565781d0aa119ad4c2248ce8c2 [diff] |
common: board_r: Drop initr_noncached wrapper Add a return value to noncached_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>