diff options
author | Heiko Schocher <hs@denx.de> | 2017-06-07 17:33:11 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-12 08:38:05 -0400 |
commit | 502589777416aaee32e4ba1682c6eb3aa3a88e1c (patch) | |
tree | 11b6c98a966258866e7c75bbba8ebacc1acb1ba7 /include/ppc_asm.tmpl | |
parent | 2eb48ff7a210ddd2a39bac23b3b9b39c60c32aef (diff) |
powerpc, 5xx: remove support for 5xx
There was for long time no activity in the 5xx area.
We need to go further and convert to Kconfig, but it
turned out, nobody is interested anymore in 5xx,
so remove it.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/ppc_asm.tmpl')
-rw-r--r-- | include/ppc_asm.tmpl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/ppc_asm.tmpl b/include/ppc_asm.tmpl index 53141b1f716..5a0fda212dc 100644 --- a/include/ppc_asm.tmpl +++ b/include/ppc_asm.tmpl @@ -81,18 +81,6 @@ #define r30 30 #define r31 31 - -#if defined(CONFIG_5xx) -/* Some special purpose registers */ -#define DER 149 /* Debug Enable Register */ -#define COUNTA 150 /* Breakpoint Counter */ -#define COUNTB 151 /* Breakpoint Counter */ -#define LCTRL1 156 /* Load/Store Support */ -#define LCTRL2 157 /* Load/Store Support */ -#define ICTRL 158 /* I-Bus Support Control Register */ -#define EID 81 -#endif /* CONFIG_5xx */ - #if defined(CONFIG_MPC5xxx) #define HID0_ICE_BITPOS 16 |