commit | 42d0d4223f991062f10d8b09e9268ed4cbcf271e | [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 | b9f6d0f7db9ef57f77ec3bd23a50a160534efbd8 [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>