diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2006-01-17 01:14:08 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-17 02:15:27 -0500 |
| commit | 0025835cf20e07056b8521b8c1d7d0bfe07e81f1 (patch) | |
| tree | af60b66554b531fb93f591649014e3641427abf4 /arch/sh/tools | |
| parent | 5ebdce726baf17eb66c5a1bf402ae6f161a082ed (diff) | |
[PATCH] sh: consolidate hp620/hp680/hp690 targets into hp6xx
Most of the reasons for keeping these separate before was due to hp690
discontig, and since we have a workaround for that now (abusing some shadow
space so everything is magically contiguous), there's no reason to keep the
targets separate.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/sh/tools')
| -rw-r--r-- | arch/sh/tools/mach-types | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/sh/tools/mach-types b/arch/sh/tools/mach-types index 0693fbd1f956..182fe9092577 100644 --- a/arch/sh/tools/mach-types +++ b/arch/sh/tools/mach-types | |||
| @@ -10,10 +10,7 @@ SE SH_SOLUTION_ENGINE | |||
| 10 | 7300SE SH_7300_SOLUTION_ENGINE | 10 | 7300SE SH_7300_SOLUTION_ENGINE |
| 11 | 73180SE SH_73180_SOLUTION_ENGINE | 11 | 73180SE SH_73180_SOLUTION_ENGINE |
| 12 | 7751SYSTEMH SH_7751_SYSTEMH | 12 | 7751SYSTEMH SH_7751_SYSTEMH |
| 13 | HP600 SH_HP600 | 13 | HP6XX SH_HP6XX |
| 14 | HP620 SH_HP620 | ||
| 15 | HP680 SH_HP680 | ||
| 16 | HP690 SH_HP690 | ||
| 17 | HD64461 HD64461 | 14 | HD64461 HD64461 |
| 18 | HD64465 HD64465 | 15 | HD64465 HD64465 |
| 19 | SH2000 SH_SH2000 | 16 | SH2000 SH_SH2000 |
