Re: [U-Boot] [PATCH 1/6] dm: cpu: bmips: rename cpu_desc specific functions

2017-05-15 Thread Simon Glass
On 12 May 2017 at 17:23, Álvaro Fernández Rojas wrote: > Use a generic name for cpu_desc functions instead of using a specific SoC one. > > Signed-off-by: Álvaro Fernández Rojas > --- > drivers/cpu/bmips_cpu.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Simon

[U-Boot] [PATCH 1/6] dm: cpu: bmips: rename cpu_desc specific functions

2017-05-12 Thread Álvaro Fernández Rojas
Use a generic name for cpu_desc functions instead of using a specific SoC one. Signed-off-by: Álvaro Fernández Rojas --- drivers/cpu/bmips_cpu.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/cpu/bmips_cpu.c b/drivers/cpu/bmips_cpu.c index 379acf2..6087163