]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Avoid skipping binman_init()
authorSimon Glass <sjg@chromium.org>
Sun, 1 Dec 2024 14:42:34 +0000 (07:42 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 2 Dec 2024 13:40:30 +0000 (07:40 -0600)
commit03e57244bc260da9b9839d387cc5eb691f88b5bd
tree6a741d1242c78dd159f205f6d8f3e9b87fde32cb
parent12fcb9825758a6ad84a22999eaaaa4a0c6a8ff94
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 <sjg@chromium.org>
Fixes: 4d4d7838127 net: lwip: add TFTP support and tftpboot command
lib/binman.c