[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.
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
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
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
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
5 matches
Mail list logo