mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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 <semen.protsenko@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
fa24eca1f2
commit
8bd29623b5
1 changed files with 1 additions and 0 deletions
|
|
@ -623,6 +623,7 @@ int board_late_init(void)
|
|||
val);
|
||||
|
||||
omap_die_id_serial();
|
||||
omap_set_fastboot_vars();
|
||||
|
||||
am57x_idk_lcd_detect();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue