From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 18 Jun 2014 09:46:01 -0600 Subject: [U-Boot] [PATCH v2 04/11] drivers:dfu: new feature: separated bootloader alt setting In-Reply-To: <53A17078.1050200@samsung.com> References: <1402399510-8965-1-git-send-email-p.marczak@samsung.com> <1402566394-23342-1-git-send-email-p.marczak@samsung.com> <1402566394-23342-4-git-send-email-p.marczak@samsung.com> <539F4B18.2040406@wwwdotorg.org> <53A01654.1050407@samsung.com> <53A06E70.50103@wwwdotorg.org> <53A17078.1050200@samsung.com> Message-ID: <53A1B439.408@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/18/2014 04:56 AM, Przemyslaw Marczak wrote: > On 06/17/2014 06:36 PM, Stephen Warren wrote: ... >> I'd prefer that the dfu command didn't use any environment variables, >> but rather required the user to always pass the list on the >> command-line. Then, the user could invoke either: >> >> dfu "foo mmc x..." # Manually specified >> dfu $dfu_alt_info # Use 'user-defined' variable >> dfu $dfu_alt_bootloaer # Use 'system-defined' variable > > Yes, definitely such feature was missing there. ... > So summarizing, I don't want to break your DFU rework, I want just to > add the Odroid U3 support, so in the next patch set I will use the > $dfu_alt_info, instead of combining with a short time solution. Which rework are you referring to? I'm not actively working on changing the command-line parameters to the dfu command in any way. I've certainly discussed how I'd prefer the dfu command to work, but I don't have time to actually implement that. So, the existing command-line format is likely to stay as it is for now.