Re: [U-Boot] [PATCH v2 3/3] arm: dra7: Set fastboot variables in environment

2017-05-22 Thread Tom Rini
On Mon, May 22, 2017 at 07:16:42PM +0300, Sam Protsenko wrote: > One can obtain those variables using next commands: > > $ fastboot getvar cpu > $ fastboot getvar secure > $ fastboot getvar board_rev > $ fastboot getvar userdata_size > > Those variables are needed for fastboot.sh

[U-Boot] [PATCH v2 3/3] arm: dra7: Set fastboot variables in environment

2017-05-22 Thread Sam Protsenko
One can obtain those variables using next commands: $ fastboot getvar cpu $ fastboot getvar secure $ fastboot getvar board_rev $ fastboot getvar userdata_size Those variables are needed for fastboot.sh script. Signed-off-by: Sam Protsenko --- Changes in v2: None board/ti/dra7x