Skip to content
Snippets Groups Projects
Commit 03e57244 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

binman: Avoid skipping binman_init()


A recent lwip change stopped binman's init from working, so it is not
possible to read nodes from the image description anymore.

Correct this by dropping the offending line.

Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
Fixes: 4d4d7838 net: lwip: add TFTP support and tftpboot command
parent 12fcb982
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,6 @@ int binman_init(void)
{
int ret;
return 0;
binman = malloc(sizeof(struct binman_info));
if (!binman)
return log_msg_ret("space for binman", -ENOMEM);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment