From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 15 Apr 2017 10:07:28 -0600 Subject: [U-Boot] [PATCH v2 08/10] scsi: move the partition initialization out of the scsi detection In-Reply-To: References: <1491565329-20267-1-git-send-email-jjhiblot@ti.com> <1491565329-20267-9-git-send-email-jjhiblot@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 9 April 2017 at 13:27, Simon Glass wrote: > On 7 April 2017 at 05:42, Jean-Jacques Hiblot wrote: >> We might want to get information about the scsi device without initializing the partition. >> >> Signed-off-by: Jean-Jacques Hiblot >> --- >> common/scsi.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) > > Reviewed-by: Simon Glass Applied to u-boot-dm, thanks!