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 > > > --- > > >

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(+) > > >

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

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 ___