Skip to content
Snippets Groups Projects
Commit 4a30a939 authored by Semen Protsenko's avatar Semen Protsenko Committed by Tom Rini
Browse files

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: default avatarSam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 8bd29623
No related branches found
No related tags found
No related merge requests found
......@@ -561,6 +561,7 @@ int board_late_init(void)
setenv("boot_fit", "1");
omap_die_id_serial();
omap_set_fastboot_vars();
#endif
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment