Re: [U-Boot] [PATCH] sifive-fu540: config: Add mmc0 as a boot target device

2019-08-28 Thread Alistair Francis
On Mon, 2019-08-26 at 20:45 +0800, Bin Meng wrote:
> On Tue, Aug 20, 2019 at 11:38 PM Auer, Lukas
>  wrote:
> > On Fri, 2019-08-16 at 11:00 -0700, Alistair Francis wrote:
> > > Add the mmc0 device as a BOOT_TARGET_DEVICES.
> > > 
> > > Signed-off-by: Alistair Francis 
> > > ---
> > >  include/configs/sifive-fu540.h | 1 +
> > >  1 file changed, 1 insertion(+)
> > > 
> > 
> > Reviewed-by: Lukas Auer 
> 
> Reviewed-by: Bin Meng 

Can this be merged into v2019.10?

Alistair

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH] sifive-fu540: config: Add mmc0 as a boot target device

2019-08-26 Thread Bin Meng
On Tue, Aug 20, 2019 at 11:38 PM Auer, Lukas
 wrote:
>
> On Fri, 2019-08-16 at 11:00 -0700, Alistair Francis wrote:
> > Add the mmc0 device as a BOOT_TARGET_DEVICES.
> >
> > Signed-off-by: Alistair Francis 
> > ---
> >  include/configs/sifive-fu540.h | 1 +
> >  1 file changed, 1 insertion(+)
> >
>
> Reviewed-by: Lukas Auer 

Reviewed-by: Bin Meng 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH] sifive-fu540: config: Add mmc0 as a boot target device

2019-08-20 Thread Auer, Lukas
On Fri, 2019-08-16 at 11:00 -0700, Alistair Francis wrote:
> Add the mmc0 device as a BOOT_TARGET_DEVICES.
> 
> Signed-off-by: Alistair Francis 
> ---
>  include/configs/sifive-fu540.h | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Lukas Auer 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH] sifive-fu540: config: Add mmc0 as a boot target device

2019-08-17 Thread Alistair Francis
Add the mmc0 device as a BOOT_TARGET_DEVICES.

Signed-off-by: Alistair Francis 
---
 include/configs/sifive-fu540.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/sifive-fu540.h b/include/configs/sifive-fu540.h
index 858b7a7da1..736ceb1f48 100644
--- a/include/configs/sifive-fu540.h
+++ b/include/configs/sifive-fu540.h
@@ -26,6 +26,7 @@
 #define CONFIG_ENV_SIZESZ_128K
 
 #define BOOT_TARGET_DEVICES(func) \
+   func(MMC, mmc, 0) \
func(DHCP, dhcp, na)
 
 #include 
-- 
2.22.0

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH] sifive-fu540: config: Add mmc0 as a boot target device

2019-08-17 Thread Bin Meng
On Sat, Aug 17, 2019 at 2:03 AM Alistair Francis
 wrote:
>
> Add the mmc0 device as a BOOT_TARGET_DEVICES.
>
> Signed-off-by: Alistair Francis 
> ---
>  include/configs/sifive-fu540.h | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Bin Meng 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot