Re: [U-Boot] [PATCH] mx7: Distinguish between dual and solo versions

2016-03-09 Thread Stefano Babic
On 28/02/2016 16:33, Fabio Estevam wrote: > From: Fabio Estevam > > Read the number of cores in the fuses to distinguish between > the dual and solo versions. > > Tested on a mx7d sabresd and on a mx7solo warp7. > > Signed-off-by: Fabio Estevam > --- Applied to -next, thanks ! Best regards,

Re: [U-Boot] [PATCH] mx7: Distinguish between dual and solo versions

2016-02-28 Thread Peng Fan
Hi Fabio, On Sun, Feb 28, 2016 at 12:33:17PM -0300, Fabio Estevam wrote: >From: Fabio Estevam > >Read the number of cores in the fuses to distinguish between >the dual and solo versions. > >Tested on a mx7d sabresd and on a mx7solo warp7. > >Signed-off-by: Fabio Estevam >--- > arch/arm/cpu/armv7

[U-Boot] [PATCH] mx7: Distinguish between dual and solo versions

2016-02-28 Thread Fabio Estevam
From: Fabio Estevam Read the number of cores in the fuses to distinguish between the dual and solo versions. Tested on a mx7d sabresd and on a mx7solo warp7. Signed-off-by: Fabio Estevam --- arch/arm/cpu/armv7/mx7/soc.c| 18 ++ arch/arm/imx-common/cpu.c | 2