Re: [U-Boot] [PATCH] mx6sabre_common: Allow booting a FSL 3.10 kernel

2013-11-26 Thread Stefano Babic
Hi Otavio, hi Fabio, On 25/11/2013 17:21, Otavio Salvador wrote: > On Mon, Nov 25, 2013 at 1:54 PM, Fabio Estevam > wrote: >> Currently the booting of a 3.10 kernel fails, as explained by Jason Liu [1]: >> >> "Let me explain it: >> since we defined the fdt_high=0x at >> include/configs/m

Re: [U-Boot] [PATCH] mx6sabre_common: Allow booting a FSL 3.10 kernel

2013-11-25 Thread Fabio Estevam
On Mon, Nov 25, 2013 at 2:34 PM, Otavio Salvador wrote: > On Mon, Nov 25, 2013 at 2:28 PM, Fabio Estevam wrote: >> On Mon, Nov 25, 2013 at 2:21 PM, Otavio Salvador >> wrote: >> >>> My patch changed the load address for the device tree blog, as >>> explained by Liu, it avoids an extra copy which

Re: [U-Boot] [PATCH] mx6sabre_common: Allow booting a FSL 3.10 kernel

2013-11-25 Thread Otavio Salvador
On Mon, Nov 25, 2013 at 2:28 PM, Fabio Estevam wrote: > On Mon, Nov 25, 2013 at 2:21 PM, Otavio Salvador > wrote: > >> My patch changed the load address for the device tree blog, as >> explained by Liu, it avoids an extra copy which may impact in boot >> speed. > > IMHO we should do a specific Fa

Re: [U-Boot] [PATCH] mx6sabre_common: Allow booting a FSL 3.10 kernel

2013-11-25 Thread Fabio Estevam
On Mon, Nov 25, 2013 at 2:21 PM, Otavio Salvador wrote: > My patch changed the load address for the device tree blog, as > explained by Liu, it avoids an extra copy which may impact in boot > speed. IMHO we should do a specific Falcon config if we are concerned with boot speed. I still prefer t

Re: [U-Boot] [PATCH] mx6sabre_common: Allow booting a FSL 3.10 kernel

2013-11-25 Thread Otavio Salvador
On Mon, Nov 25, 2013 at 1:54 PM, Fabio Estevam wrote: > Currently the booting of a 3.10 kernel fails, as explained by Jason Liu [1]: > > "Let me explain it: > since we defined the fdt_high=0x at > include/configs/mx6qsabre_common.h, > which means we disable the fdt re-allocation, which yo