[U-Boot] [PATCH] wandboard: Enable SATA for quad

2017-02-16 Thread Nicolas Chauvet
Having sata first will makes preference to sata boot if both sata0 and mmc0 have a boot partition This change was not tested against wanboard solo/dual, but it does operate correctly when there is no sata disk connected on quad. (it falls back to mmc0 boot) Tested with current u-boot 2017.03-rc2

Re: [U-Boot] [PATCH] wandboard: Enable SATA for quad

2017-04-12 Thread Stefano Babic
Hi Nicholas, On 16/02/2017 19:27, Peter Robinson wrote: > On Thu, Feb 16, 2017 at 6:20 PM, Nicolas Chauvet wrote: >> Having sata first will makes preference to sata boot if >> both sata0 and mmc0 have a boot partition >> >> This change was not tested against wanboard solo/dual, >> but it does ope

Re: [U-Boot] [PATCH] wandboard: Enable SATA for quad

2017-02-16 Thread Peter Robinson
On Thu, Feb 16, 2017 at 6:20 PM, Nicolas Chauvet wrote: > Having sata first will makes preference to sata boot if > both sata0 and mmc0 have a boot partition > > This change was not tested against wanboard solo/dual, > but it does operate correctly when there is no sata disk > connected on quad. >