From: Semen Protsenko Date: Mon, 22 May 2017 16:16:41 +0000 (+0300) Subject: arm: am57xx: Set fastboot variables in environment X-Git-Tag: v2017.07-rc2~51 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8bd29623b5223e880e7be475243a2bdb987aba38;p=u-boot arm: am57xx: Set fastboot variables in environment 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 Reviewed-by: Tom Rini --- diff --git a/board/ti/am57xx/board.c b/board/ti/am57xx/board.c index 0f70ef3392..bf8c8e1a67 100644 --- a/board/ti/am57xx/board.c +++ b/board/ti/am57xx/board.c @@ -623,6 +623,7 @@ int board_late_init(void) val); omap_die_id_serial(); + omap_set_fastboot_vars(); am57x_idk_lcd_detect();