Re: [U-Boot] how does board_init_f() -> board_init_r?

2016-02-16 Thread Peter Chen
Oh I see. Thanks. On Tue, Feb 16, 2016 at 8:41 AM, Stephen Warren wrote: > On 02/16/2016 09:01 AM, Simon Glass wrote: > >> +Stephen who will know more >> >> Hi, >> >> On 13 February 2016 at 18:52, quantumlight >> wrote: >> >>> I am trying to

Re: [U-Boot] how does board_init_f() -> board_init_r?

2016-02-16 Thread Stephen Warren
On 02/16/2016 09:01 AM, Simon Glass wrote: +Stephen who will know more Hi, On 13 February 2016 at 18:52, quantumlight wrote: I am trying to modify the bootloader code for NVIDIA's jetson board. So I am looking at crt0.S. It seems that two builds happen, one with

Re: [U-Boot] how does board_init_f() -> board_init_r?

2016-02-16 Thread Simon Glass
+Stephen who will know more Hi, On 13 February 2016 at 18:52, quantumlight wrote: > I am trying to modify the bootloader code for NVIDIA's jetson board. > > So I am looking at crt0.S. It seems that two builds happen, one with > CONFIG_SPL_BUILD and one without. So

[U-Boot] how does board_init_f() -> board_init_r?

2016-02-14 Thread quantumlight
I am trying to modify the bootloader code for NVIDIA's jetson board. So I am looking at crt0.S. It seems that two builds happen, one with CONFIG_SPL_BUILD and one without. So you end up with two file, u-boot.bin and spl/u-boot-spl.bin. However, I am unable to find the code path that calls