mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-01 08:55:34 +00:00
arm: dra7: 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
8bd29623b5
commit
4a30a93929
1 changed files with 1 additions and 0 deletions
|
@ -561,6 +561,7 @@ int board_late_init(void)
|
||||||
setenv("boot_fit", "1");
|
setenv("boot_fit", "1");
|
||||||
|
|
||||||
omap_die_id_serial();
|
omap_die_id_serial();
|
||||||
|
omap_set_fastboot_vars();
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue