From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 11 Sep 2013 12:04:26 +0200 Subject: [U-Boot] [PATCH 4/4] dfu: Extract common DFU code to handle "dfu_alt_info" environment variable In-Reply-To: <20130911110947.2d83b396@amdc308.digital.local> References: <1378819765-20159-1-git-send-email-l.majewski@samsung.com> <201309110919.37896.marex@denx.de> <20130911110947.2d83b396@amdc308.digital.local> Message-ID: <201309111204.27063.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Lukasz Majewski, > Hi Marek, > > > Dear Lukasz Majewski, > > > > > New dfu_init_env_entities() function has been extracted from > > > cmd_dfu.c and stored at dfu core. > > > > > > This is a dfu centric code, so it shall be processed in the core. > > > > > > Change-Id: I756c5de922fa31399d8804eaadc004ee98844ec2 > > > Signed-off-by: Lukasz Majewski > > > > This does not apply for some reason, I applied 1/2 and 2/2 and pushed > > u-boot- usb/master > > Marek, please test if it works for you: > > 1. Fetch u-boot-denx-usb/master -> Patch 1 and 2 applied on top > 2. Use download mbox from patchwork: > http://patchwork.ozlabs.org/patch/273876/ > 3. Apply the patch: > git am -3 > U-Boot-4-4-dfu-Extract-common-DFU-code-to-handle-dfu_alt_info-environment-v > ariable.patch > > I'm using git - version 1.7.10.4 No and it cannot: $ git am /tmp/U-Boot-4-4-dfu-Extract-common-DFU-code-to-handle-dfu_alt_info- environment-variable.patch Applying: dfu: Extract common DFU code to handle "dfu_alt_info" environment variable error: patch failed: include/dfu.h:114 error: include/dfu.h: patch does not apply Patch failed at 0001 dfu: Extract common DFU code to handle "dfu_alt_info" environment variable When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". Best regards, Marek Vasut