Re: [U-Boot] [PATCH v1 1/3] apalis-tk1: configs: remove legacy usbboot command

2019-07-10 Thread Oleksandr Suvorov
On Wed, 10 Jul 2019 at 14:58, Igor Opaniuk wrote: > > + Oleksandr > > On Tue, Jun 25, 2019 at 5:07 PM Igor Opaniuk wrote: > > > > Remove obsolete legacy usbboot wrapper, as distroboot can handle > > booting from USB drivers. > > > > Signed-off-by: Igor Opaniuk > > --- > > > > include/configs/ap

Re: [U-Boot] [PATCH v1 1/3] apalis-tk1: configs: remove legacy usbboot command

2019-07-10 Thread Igor Opaniuk
+ Oleksandr On Tue, Jun 25, 2019 at 5:07 PM Igor Opaniuk wrote: > > Remove obsolete legacy usbboot wrapper, as distroboot can handle > booting from USB drivers. > > Signed-off-by: Igor Opaniuk > --- > > include/configs/apalis-tk1.h | 19 --- > 1 file changed, 19 deletions(-) > >

[U-Boot] [PATCH v1 1/3] apalis-tk1: configs: remove legacy usbboot command

2019-06-25 Thread Igor Opaniuk
Remove obsolete legacy usbboot wrapper, as distroboot can handle booting from USB drivers. Signed-off-by: Igor Opaniuk --- include/configs/apalis-tk1.h | 19 --- 1 file changed, 19 deletions(-) diff --git a/include/configs/apalis-tk1.h b/include/configs/apalis-tk1.h index b4ddd