Re: [U-Boot] [PATCH 2/2] powerpc: Rework cpu_init_f() to take no arguments

2017-08-14 Thread Mario Six
On Mon, Aug 14, 2017 at 8:20 AM, Christophe LEROY wrote: > Acked-by: Christophe Leroy > > > > Le 14/08/2017 à 04:44, Tom Rini a écrit : >> >> The function cpu_init_f() is called slightly differently on different >> PowerPC platforms. In some

Re: [U-Boot] [PATCH 2/2] powerpc: Rework cpu_init_f() to take no arguments

2017-08-14 Thread Christophe LEROY
Acked-by: Christophe Leroy Le 14/08/2017 à 04:44, Tom Rini a écrit : The function cpu_init_f() is called slightly differently on different PowerPC platforms. In some cases the function needs to make use of the IMMR and in other cases it does not. Rather than pass

[U-Boot] [PATCH 2/2] powerpc: Rework cpu_init_f() to take no arguments

2017-08-13 Thread Tom Rini
The function cpu_init_f() is called slightly differently on different PowerPC platforms. In some cases the function needs to make use of the IMMR and in other cases it does not. Rather than pass the IMMR location as the function argument and then ignore it on some platforms, allow the function