Re: [U-Boot] [PATCH] imx: mx7: spl: remove redundant SATA definitionas

2017-10-12 Thread Stefano Babic
On 10/10/2017 08:13, Uri Mashiach wrote: > The i.MX7 SOC doesn't include the SATA interface. > > Signed-off-by: Uri Mashiach > --- > include/configs/imx7_spl.h | 6 -- > 1 file changed, 6 deletions(-) > > diff --git a/include/configs/imx7_spl.h b/include/configs/imx7_spl.h > index e562cdb..

Re: [U-Boot] [PATCH] imx: mx7: spl: remove redundant SATA definitionas

2017-10-10 Thread Fabio Estevam
In the Subject: s/definitionas/definitions (Maybe Stefano can fix this while applying) On Tue, Oct 10, 2017 at 3:13 AM, Uri Mashiach wrote: > The i.MX7 SOC doesn't include the SATA interface. > > Signed-off-by: Uri Mashiach Reviewed-by: Fabio Estevam __