Re: [U-Boot] [PATCH 1/3] omap: Add routine for setting fastboot variables

2017-05-22 Thread Sam Protsenko
On 19 May 2017 at 05:03, Lokesh Vutla wrote: > > > On Thursday 18 May 2017 06:31 PM, Sam Protsenko wrote: >> This patch reuses new option, which allows us to expose variables >> from environment to "fastboot getvar" command. Those variables must be >> of "fastboot.%s" format. >> >> Signed-off-by:

Re: [U-Boot] [PATCH 1/3] omap: Add routine for setting fastboot variables

2017-05-18 Thread Lokesh Vutla
On Thursday 18 May 2017 06:31 PM, Sam Protsenko wrote: > This patch reuses new option, which allows us to expose variables > from environment to "fastboot getvar" command. Those variables must be > of "fastboot.%s" format. > > Signed-off-by: Sam Protsenko > --- > arch/arm/include/asm/omap_comm

[U-Boot] [PATCH 1/3] omap: Add routine for setting fastboot variables

2017-05-18 Thread Sam Protsenko
This patch reuses new option, which allows us to expose variables from environment to "fastboot getvar" command. Those variables must be of "fastboot.%s" format. Signed-off-by: Sam Protsenko --- arch/arm/include/asm/omap_common.h | 2 + arch/arm/mach-omap2/utils.c| 134