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. > > Signed-off-by: Sam Protsenko <semen.protse...@linaro.org> > --- > board/ti/am57xx/board.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/board/ti/am57xx/board.c b/board/ti/am57xx/board.c > index 3be697a6ea..c8ebcdbcc8 100644 > --- a/board/ti/am57xx/board.c > +++ b/board/ti/am57xx/board.c > @@ -573,6 +573,7 @@ int board_late_init(void) > val); > > omap_die_id_serial(); > + omap_set_fastboot_vars();
Any chance that we can guard this function with CONFIG_*_FASTBOOT? Thanks and regards, Lokesh _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot