[U-Boot] [PATCH v2 2/3] mx6sabreauto: Enable SPL SDP support

2019-06-11 Thread sbabic
> To allow loading u-boot over USB enable SDP support in the SPL. > Signed-off-by: Sjoerd Simons > Reviewed-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering

Re: [U-Boot] [PATCH v2 2/3] mx6sabreauto: Enable SPL SDP support

2019-06-04 Thread Fabio Estevam
On Tue, Jun 4, 2019 at 4:56 PM Sjoerd Simons wrote: > > To allow loading u-boot over USB enable SDP support in the SPL. > > Signed-off-by: Sjoerd Simons Reviewed-by: Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/list

[U-Boot] [PATCH v2 2/3] mx6sabreauto: Enable SPL SDP support

2019-06-04 Thread Sjoerd Simons
To allow loading u-boot over USB enable SDP support in the SPL. Signed-off-by: Sjoerd Simons --- Changes in v2: None configs/mx6sabreauto_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig index f9c70c5189..558b1cd99