From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 15 Apr 2017 10:07:21 -0600 Subject: [U-Boot] [PATCH v2 02/10] arm: omap: sata: compile out board-level sata code when CONFIG_DM_SCSI is defined In-Reply-To: <20170409011303.GP19897@bill-the-cat> References: <1491565329-20267-1-git-send-email-jjhiblot@ti.com> <1491565329-20267-3-git-send-email-jjhiblot@ti.com> <20170409011303.GP19897@bill-the-cat> 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 8 April 2017 at 19:13, Tom Rini wrote: > On Fri, Apr 07, 2017 at 01:42:01PM +0200, Jean-Jacques Hiblot wrote: > >> When CONFIG_DM_SCSI is defined, the SATA initialization will be implemented >> in the scsi-uclass driver. >> >> Signed-off-by: Jean-Jacques Hiblot > > Reviewed-by: Tom Rini > > -- > Tom Applied to u-boot-dm, thanks!