Re: [U-Boot] [PATCH 2/2] usbarmory: Add board_run_command() function

2016-06-29 Thread Stefano Babic
Hi Simon, On 28/06/2016 20:43, Simon Glass wrote: > Hi, > > On 27 June 2016 at 03:38, Stefano Babic wrote: >> Hi Andrej, >> >> On 20/06/2016 18:18, Andrej Rosano wrote: >> I ten to NACK this. You can do exactly the same with a U-Boot script, and if you want to have this as default

Re: [U-Boot] [PATCH 2/2] usbarmory: Add board_run_command() function

2016-06-28 Thread Simon Glass
Hi, On 27 June 2016 at 03:38, Stefano Babic wrote: > Hi Andrej, > > On 20/06/2016 18:18, Andrej Rosano wrote: > >>> >>> I ten to NACK this. You can do exactly the same with a U-Boot script, >>> and if you want to have this as default, you can change your default >>> environment. This is just a wr

Re: [U-Boot] [PATCH 2/2] usbarmory: Add board_run_command() function

2016-06-27 Thread Stefano Babic
Hi Andrej, On 20/06/2016 18:18, Andrej Rosano wrote: >> >> I ten to NACK this. You can do exactly the same with a U-Boot script, >> and if you want to have this as default, you can change your default >> environment. This is just a wrapper around the hush shell. > > The intention of the patch is

Re: [U-Boot] [PATCH 2/2] usbarmory: Add board_run_command() function

2016-06-20 Thread Andrej Rosano
Hi Stefano, On Mon, Jun 20, 2016 at 05:46:52PM +0200, Stefano Babic wrote: > Hallo Andrej, > > On 20/06/2016 17:21, and...@inversepath.com wrote: > > From: Andrej Rosano > > > > Define a default board_run_command() function. This function contains > > the commands needed to boot the board when

Re: [U-Boot] [PATCH 2/2] usbarmory: Add board_run_command() function

2016-06-20 Thread Stefano Babic
Hallo Andrej, On 20/06/2016 17:21, and...@inversepath.com wrote: > From: Andrej Rosano > > Define a default board_run_command() function. This function contains > the commands needed to boot the board when CLI is disabled (CONFIG_CMDLINE=n). > > Signed-off-by: Andrej Rosano > --- > board/inve

[U-Boot] [PATCH 2/2] usbarmory: Add board_run_command() function

2016-06-20 Thread andrej
From: Andrej Rosano Define a default board_run_command() function. This function contains the commands needed to boot the board when CLI is disabled (CONFIG_CMDLINE=n). Signed-off-by: Andrej Rosano --- board/inversepath/usbarmory/usbarmory.c | 31 +++ include/config