On 01/07/2017 20:04, Fabio Estevam wrote:
> On Sat, Jul 1, 2017 at 2:44 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
On Sat, Jul 1, 2017 at 2:44 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 des
On Sat, Mar 4, 2017 at 7:05 PM, Tom Rini wrote:
> On Sat, Mar 04, 2017 at 06:36:28PM +, 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 suppo
On Sat, Mar 04, 2017 at 06:36:28PM +, 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
On Sat, Mar 4, 2017 at 6:41 PM, Fabio Estevam wrote:
> On Sat, Mar 4, 2017 at 3:36 PM, Peter Robinson wrote:
>
>> +#ifdef CONFIG_CMD_SATA
>> + /* Only mx6q/mx6q has SATA */
>> + if (is_cpu_type(MXC_CPU_MX6Q) || is_cpu_type(MXC_CPU_MX6D))
>
> Could you use if(is_mx6dq()) instead?
Sure
On Sat, Mar 4, 2017 at 3:36 PM, Peter Robinson wrote:
> +#ifdef CONFIG_CMD_SATA
> + /* Only mx6q/mx6q has SATA */
> + if (is_cpu_type(MXC_CPU_MX6Q) || is_cpu_type(MXC_CPU_MX6D))
Could you use if(is_mx6dq()) instead?
___
U-Boot mailing list
6 matches
Mail list logo