[PATCH] fixup! fastboot: bail if update handler couldn't be found for bbu-partition

Ahmad Fatoum a.fatoum at pengutronix.de
Thu Jun 9 06:11:14 PDT 2022


No longer used.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 common/fastboot.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/fastboot.c b/common/fastboot.c
index a5cf04b39ecd..baa1851e7fb2 100644
--- a/common/fastboot.c
+++ b/common/fastboot.c
@@ -716,7 +716,6 @@ static void cb_flash(struct fastboot *fb, const char *cmd)
 		goto out;
 	}
 
-copy:
 	ret = copy_file(fb->tempname, filename, 1);
 	if (ret)
 		fastboot_tx_print(fb, FASTBOOT_MSG_FAIL,
-- 
2.30.2




More information about the barebox mailing list