diff options
author | Steven J. Hill <Steven.Hill@imgtec.com> | 2013-06-13 15:55:06 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-06-21 12:07:01 -0400 |
commit | b72d9a4ef322f55f159df144bc702d9643e5a221 (patch) | |
tree | 01e7a53eda9a621b8d80e690abac884db77c825d /arch/mips/include | |
parent | 36a29af4bed7169f3332c44846576243d5abe9a5 (diff) |
MIPS: malta: Remove software reset defines from generic header.
Remove the software reset register and reset value definitions
from the 'include/asm/mips-boards/generic.h' header file. Also
clean up header and whitespace in platform file.
Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5456/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/mips-boards/generic.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/include/asm/mips-boards/generic.h b/arch/mips/include/asm/mips-boards/generic.h index bd9746fbe4af..48616816bcbc 100644 --- a/arch/mips/include/asm/mips-boards/generic.h +++ b/arch/mips/include/asm/mips-boards/generic.h | |||
@@ -24,12 +24,6 @@ | |||
24 | #define ASCII_DISPLAY_POS_BASE 0x1f000418 | 24 | #define ASCII_DISPLAY_POS_BASE 0x1f000418 |
25 | 25 | ||
26 | /* | 26 | /* |
27 | * Reset register. | ||
28 | */ | ||
29 | #define SOFTRES_REG 0x1f000500 | ||
30 | #define GORESET 0x42 | ||
31 | |||
32 | /* | ||
33 | * Revision register. | 27 | * Revision register. |
34 | */ | 28 | */ |
35 | #define MIPS_REVISION_REG 0x1fc00010 | 29 | #define MIPS_REVISION_REG 0x1fc00010 |