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

Peter Robinson pbrobinson at gmail.com
Thu Feb 16 18:27:31 UTC 2017


On Thu, Feb 16, 2017 at 6:20 PM, Nicolas Chauvet <kwizart at gmail.com> 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 <kwizart at gmail.com>
> ---
>  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
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot


More information about the U-Boot mailing list