Re: [U-Boot] so u-boot can be configured to try to update itself on every boot?

2017-03-29 Thread Robert P. J. Day
On Wed, 29 Mar 2017, Wolfgang Denk wrote: > Dear Robert, > > In message you wrote: > > > > kind of a trivial question but i was just perusing the code related > > to FIT images and ran across this in main.c: > ... > > #if

Re: [U-Boot] so u-boot can be configured to try to update itself on every boot?

2017-03-29 Thread Wolfgang Denk
Dear Robert, In message you wrote: > > kind of a trivial question but i was just perusing the code related > to FIT images and ran across this in main.c: ... > #if defined(CONFIG_UPDATE_TFTP) > update_tftp(0UL, NULL, NULL);

[U-Boot] so u-boot can be configured to try to update itself on every boot?

2017-03-29 Thread Robert P. J. Day
kind of a trivial question but i was just perusing the code related to FIT images and ran across this in main.c: /* We come here after U-Boot is initialised and ready to process commands */ void main_loop(void) { const char *s; bootstage_mark_name(BOOTSTAGE_ID_MAIN_LOOP,