]> git.dujemihanovic.xyz Git - u-boot.git/commit
qfw: Don't fail if setup data size is 0
authorPierre-Clément Tosi <ptosi@google.com>
Wed, 25 May 2022 13:38:55 +0000 (14:38 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 22:01:21 +0000 (18:01 -0400)
commit24272ffd505be0597703032dbdd8ffdd7ef7a1a9
treee80f1d1bc0927a4a12822b5d5889a5a39cad35f5
parentb257c4e9064dc4c2b86d30cec5ece368ca981225
qfw: Don't fail if setup data size is 0

Skip missing setup data (which is valid) rather than failing with an
error.

Cc: Bin Meng <bmeng.cn@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Reported-by: Andrew Walbran <qwandor@google.com>
Signed-off-by: Pierre-Clément Tosi <ptosi@google.com>
cmd/qfw.c