diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-07-25 10:49:21 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-25 10:49:21 +0900 |
commit | 870e8a24380cf1854dc1bb5fa5abebb44d82674b (patch) | |
tree | 67f5e33c93eefb862eb2be092044ca5b12c59193 /arch/sh/Makefile | |
parent | 347b9bdddbc38cfd46c27b3345e7facf651ecb92 (diff) | |
download | kernel_samsung_espresso10-870e8a24380cf1854dc1bb5fa5abebb44d82674b.zip kernel_samsung_espresso10-870e8a24380cf1854dc1bb5fa5abebb44d82674b.tar.gz kernel_samsung_espresso10-870e8a24380cf1854dc1bb5fa5abebb44d82674b.tar.bz2 |
sh: remove support for sh73180 and solution engine 73180
This patch removes old dead code:
- kill off sh73180 cpu support
- get rid of broken solution engine 73180 board support
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 0016609..cb6661c 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -93,7 +93,6 @@ machdir-$(CONFIG_SH_7751_SOLUTION_ENGINE) += se/7751 machdir-$(CONFIG_SH_7780_SOLUTION_ENGINE) += se/7780 machdir-$(CONFIG_SH_7300_SOLUTION_ENGINE) += se/7300 machdir-$(CONFIG_SH_7343_SOLUTION_ENGINE) += se/7343 -machdir-$(CONFIG_SH_73180_SOLUTION_ENGINE) += se/73180 machdir-$(CONFIG_SH_HP6XX) += hp6xx machdir-$(CONFIG_SH_DREAMCAST) += dreamcast machdir-$(CONFIG_SH_MPC1211) += mpc1211 |