commit | e2e3ea891649f3a34e2ace974d47022c0ad7e314 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Tue May 05 00:21:18 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue May 19 14:01:47 2020 -0400 |
tree | e4aae95c32c04437e77f7776c6677fb3297bd5d6 | |
parent | c2279d784e35fa25ee3a9fa28a74a1ba545f8c1e [diff] |
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>