From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 23 May 2014 10:45:45 -0600 Subject: [U-Boot] [PATCH 4/4] cmd_mmc: use new mmc_select_hwpart() function In-Reply-To: <09EB60D7-E21A-477E-B291-76058FAB9641@antoniou-consulting.com> References: <1399486743-23807-1-git-send-email-swarren@wwwdotorg.org> <1399486743-23807-4-git-send-email-swarren@wwwdotorg.org> <09EB60D7-E21A-477E-B291-76058FAB9641@antoniou-consulting.com> Message-ID: <537F7B39.70803@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 05/23/2014 03:24 AM, Pantelis Antoniou wrote: > Hi Stephen, > > On May 7, 2014, at 9:19 PM, Stephen Warren wrote: > >> From: Stephen Warren >> >> The implementation of mmc_select_hwpart() was cribbed from do_mmcops(). >> Update do_mmcops() to call mmc_select_hwpart() to avoid duplication. > Due to patch order mangling, I've applied but with some manual placement. Please verify that > it works properly on your end after the patches land at u-boot-mmc. I think this looks fine, thanks.