From e2e3ea891649f3a34e2ace974d47022c0ad7e314 Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Tue, 5 May 2020 00:21:18 +0200 Subject: 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 --- include/mpc83xx.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/mpc83xx.h') diff --git a/include/mpc83xx.h b/include/mpc83xx.h index c2a185321ab..ea67868ea01 100644 --- a/include/mpc83xx.h +++ b/include/mpc83xx.h @@ -12,11 +12,6 @@ #include #endif -/* - * MPC83xx cpu provide RCR register to do reset thing specially - */ -#define MPC83xx_RESET - /* * System reset offset (PowerPC standard) */ -- cgit v1.2.3