Re: [U-Boot] [PATCH v2] spl: net: Add FIT image support over network boot

2017-02-16 Thread Andrew F. Davis
On 02/15/2017 05:07 AM, Vignesh R wrote: > Hi, > > On Wednesday 08 February 2017 11:21 PM, Davis, Andrew wrote: >> FIT support in the net boot case is much like the RAM boot case in that >> we load our image to "load_addr" and pass a dummy read function into >> "spl_load_simple_fit()". As the

Re: [U-Boot] [PATCH v2] spl: net: Add FIT image support over network boot

2017-02-15 Thread Vignesh R
Hi, On Wednesday 08 February 2017 11:21 PM, Davis, Andrew wrote: > FIT support in the net boot case is much like the RAM boot case in that > we load our image to "load_addr" and pass a dummy read function into > "spl_load_simple_fit()". As the load address is no longer hard-coded to > the final