From: Ahmad Fatoum <a.fatoum@pengutronix.de> To: barebox@lists.infradead.org Cc: Ahmad Fatoum <a.fatoum@pengutronix.de> Subject: [PATCH] fixup! fastboot: bail if update handler couldn't be found for bbu-partition Date: Thu, 9 Jun 2022 15:11:14 +0200 [thread overview] Message-ID: <20220609131114.3620658-1-a.fatoum@pengutronix.de> (raw) In-Reply-To: <20220609130936.3616309-2-a.fatoum@pengutronix.de> No longer used. Signed-off-by: Ahmad Fatoum <a.fatoum@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 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2022-06-09 13:17 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-06-09 13:09 [PATCH v3 1/2] fastboot: always try barebox_update handler for bbu- partitions Ahmad Fatoum 2022-06-09 13:09 ` [PATCH v3 2/2] fastboot: bail if update handler couldn't be found for bbu-partition Ahmad Fatoum 2022-06-09 13:11 ` Ahmad Fatoum [this message] 2022-06-09 14:10 ` Sascha Hauer 2022-06-09 14:12 ` Ahmad Fatoum 2022-06-10 6:36 ` Michael Olbrich 2022-06-10 6:57 ` Sascha Hauer 2022-06-10 8:35 ` [PATCH v3 1/2] fastboot: always try barebox_update handler for bbu- partitions Sascha Hauer
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20220609131114.3620658-1-a.fatoum@pengutronix.de \ --to=a.fatoum@pengutronix.de \ --cc=barebox@lists.infradead.org \ --subject='Re: [PATCH] fixup'\!' fastboot: bail if update handler couldn'\''t be found for bbu-partition' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox