diff options
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | 2020-05-05 00:21:18 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-19 14:01:47 -0400 |
commit | e2e3ea891649f3a34e2ace974d47022c0ad7e314 (patch) | |
tree | e4aae95c32c04437e77f7776c6677fb3297bd5d6 /include | |
parent | c2279d784e35fa25ee3a9fa28a74a1ba545f8c1e (diff) | |
download | u-boot-e2e3ea891649f3a34e2ace974d47022c0ad7e314.zip u-boot-e2e3ea891649f3a34e2ace974d47022c0ad7e314.tar.gz u-boot-e2e3ea891649f3a34e2ace974d47022c0ad7e314.tar.bz2 |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/mpc83xx.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/mpc83xx.h b/include/mpc83xx.h index c2a1853..ea67868 100644 --- a/include/mpc83xx.h +++ b/include/mpc83xx.h @@ -13,11 +13,6 @@ #endif /* - * MPC83xx cpu provide RCR register to do reset thing specially - */ -#define MPC83xx_RESET - -/* * System reset offset (PowerPC standard) */ #define EXC_OFF_SYS_RESET 0x0100 |