On Thu, Feb 16, 2017 at 6:20 PM, Nicolas Chauvet <[email protected]> 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. > (it falls back to mmc0 boot) > > Tested with current u-boot 2017.03-rc2 > with Fedora 25 workstation armhfp
Have you tested with a non quad device that doesn't have sata? It doesn't appear to be special cased, just blanket added. > Signed-off-by: Nicolas Chauvet <[email protected]> > --- > include/configs/wandboard.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h > index 7e9757a..3101d1b 100644 > --- a/include/configs/wandboard.h > +++ b/include/configs/wandboard.h > @@ -128,6 +128,7 @@ > BOOTENV > > #define BOOT_TARGET_DEVICES(func) \ > + func(SATA, sata, 0) \ > func(MMC, mmc, 0) \ > func(MMC, mmc, 1) \ > func(USB, usb, 0) \ > -- > 2.7.4 > > _______________________________________________ > U-Boot mailing list > [email protected] > http://lists.denx.de/mailman/listinfo/u-boot _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

