Skip to content
Snippets Groups Projects
Commit 016e4b8c authored by Marek Vasut's avatar Marek Vasut
Browse files

mxssb: Add missing return value check


Add missing return value check for sb_load_binary() call.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
parent 4b2aebd5
Branches
Tags
No related merge requests found
......@@ -536,7 +536,7 @@ int main(void)
if (ret)
return ret;
sb_load_binary(uboot_filename, 4);
ret = sb_load_binary(uboot_filename, 4);
if (ret)
return ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment