Re: [PATCH] mpc83xx: remove redundant MPC83xx_RESET #define

2020-05-20 Thread Tom Rini
On Tue, May 05, 2020 at 12:21:18AM +0200, Rasmus Villemoes wrote: > This macro is only used (tested for existence) in mpc83xx.c, which > unconditionally includes mpc83xx.h where it is unconditionally > defined. Removing it makes the remaining code easier to read. > > Signed-off-by: Rasmus Villemo

[PATCH] mpc83xx: remove redundant MPC83xx_RESET #define

2020-05-04 Thread Rasmus Villemoes
This macro is only used (tested for existence) in mpc83xx.c, which unconditionally includes mpc83xx.h where it is unconditionally defined. Removing it makes the remaining code easier to read. Signed-off-by: Rasmus Villemoes --- arch/powerpc/cpu/mpc83xx/cpu.c | 24 includ