Re: [U-Boot] [PATCH] imx: vf610 add function get_cpu_rev

2015-09-01 Thread Stefano Babic
Hi Peng, On 01/09/2015 03:40, Peng Fan wrote: > Since we need to support runtime check for different drivers, > we need to add get_cpu_rev for vf610. > > This patch only introduce a empty implementation to avoid build errors, > later more stuff can be added if need to check vf610 cpu types. > >

Re: [U-Boot] [PATCH] imx: vf610 add function get_cpu_rev

2015-09-01 Thread Peng Fan
Hi Stefano, On Tue, Sep 01, 2015 at 09:28:40AM +0200, Stefano Babic wrote: >Hi Peng, > >On 01/09/2015 03:40, Peng Fan wrote: >> Since we need to support runtime check for different drivers, >> we need to add get_cpu_rev for vf610. >> >> This patch only introduce a empty implementation to avoid

Re: [U-Boot] [PATCH] imx: vf610 add function get_cpu_rev

2015-09-01 Thread Stefano Babic
Hi Peng, On 01/09/2015 08:30, Peng Fan wrote: > > I not have vf610 board in hand and need to check with others about this. ok > Not sure when I can get the result. So now for quick fix, using your way with > your Suggested-by. Later, if I can get the results, can use another > patch to fix

[U-Boot] [PATCH] imx: vf610 add function get_cpu_rev

2015-08-31 Thread Peng Fan
Since we need to support runtime check for different drivers, we need to add get_cpu_rev for vf610. This patch only introduce a empty implementation to avoid build errors, later more stuff can be added if need to check vf610 cpu types. Signed-off-by: Peng Fan Cc: Stefano