]> git.baikalelectronics.ru Git - uboot.git/commit
mpc83xx: remove redundant MPC83xx_RESET #define
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Mon, 4 May 2020 22:21:18 +0000 (00:21 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 19 May 2020 18:01:47 +0000 (14:01 -0400)
commitc8cb38d619bbf4199903cfb2a733b8d3e8d1faac
treee4aae95c32c04437e77f7776c6677fb3297bd5d6
parent9c05ddf17cb4b2a6ba6f72d8976aaf14cfb15d75
mpc83xx: remove redundant MPC83xx_RESET #define

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 <rasmus.villemoes@prevas.dk>
arch/powerpc/cpu/mpc83xx/cpu.c
include/mpc83xx.h