Re: [U-Boot] [PATCH 2/2] mx6cuboxi: Add support for sata

2017-06-29 Thread Fabio Estevam
[Adding the list on Cc] On Thu, Jun 29, 2017 at 11:33 AM, Peter Robinson wrote: > So I can just drop that check? Yes, doing like this would be enough: +#ifdef CONFIG_CMD_SATA + setup_sata(); +#endif ___ U-Boot mailing list U-Boot@lists.

Re: [U-Boot] [PATCH 2/2] mx6cuboxi: Add support for sata

2017-06-01 Thread Fabio Estevam
On Tue, May 16, 2017 at 2:50 AM, Jonathan Gray wrote: > Comment was intended to be mx6d/mx6q? > > Though the test here may not be needed as setup_sata() returns early if > not available. And mx6cuboxi.c wouldn't need to be updated here if a > i.MX 6DualPlus or i.MX 6QuadPlus board from SolidRun

Re: [U-Boot] [PATCH 2/2] mx6cuboxi: Add support for sata

2017-06-01 Thread Fabio Estevam
On Mon, May 15, 2017 at 2:24 PM, Peter Robinson wrote: > The Cubox-i and Hummingboard series of devices have an option of > SATA on board, and depending on how the fuses are blown even the > option to boot SPL from SATA. So enable support for it so it can > be used to boot the OS from if people de

Re: [U-Boot] [PATCH 2/2] mx6cuboxi: Add support for sata

2017-05-15 Thread Jonathan Gray
On Mon, May 15, 2017 at 06:24:46PM +0100, Peter Robinson wrote: > The Cubox-i and Hummingboard series of devices have an option of > SATA on board, and depending on how the fuses are blown even the > option to boot SPL from SATA. So enable support for it so it can > be used to boot the OS from if p

[U-Boot] [PATCH 2/2] mx6cuboxi: Add support for sata

2017-05-15 Thread Peter Robinson
The Cubox-i and Hummingboard series of devices have an option of SATA on board, and depending on how the fuses are blown even the option to boot SPL from SATA. So enable support for it so it can be used to boot the OS from if people desire. Signed-off-by: Peter Robinson --- board/solidrun/mx6cub