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

2017-05-22 Thread Sam Protsenko
On 19 May 2017 at 05:06, Lokesh Vutla wrote: > > > On Thursday 18 May 2017 06:31 PM, 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

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

2017-05-18 Thread Lokesh Vutla
On Thursday 18 May 2017 06:31 PM, 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 script

[U-Boot] [PATCH 2/3] arm: am57xx: Set fastboot variables in environment

2017-05-18 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 --- board/ti/am57xx/board.c | 1 + 1 fi