
10 Oct
2019
10 Oct
'19
9:07 a.m.
On Wed, Sep 25, 2019 at 10:59 PM Simon Glass sjg@chromium.org wrote:
This function is a bit confusing at present due to the error handling. Update it to remove the goto, returning errors as they happen.
While we are here, use hex for the data size since this is the norm in U-Boot.
Signed-off-by: Simon Glass sjg@chromium.org
arch/x86/lib/mrccache.c | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com