From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 23 May 2014 09:58:55 -0600 Subject: [U-Boot] [PATCH 3/4] mmc: provide a select_hwpart implementation for get_device() In-Reply-To: References: <1399486743-23807-1-git-send-email-swarren@wwwdotorg.org> <1399486743-23807-3-git-send-email-swarren@wwwdotorg.org> Message-ID: <537F703F.9010204@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:21 AM, Pantelis Antoniou wrote: > Hi Stephen, > > On May 7, 2014, at 9:19 PM, Stephen Warren wrote: >> This enables specifying which eMMC HW partition to target for any U-Boot >> command that uses the generic get_partition() function to parse its >> command-line arguments. > Applied, but expect a follow up patch for returning something else than -1. What else should it return? -1 is consistent with plenty of code in that file...