diff options
| author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-05-07 22:04:05 +0200 |
|---|---|---|
| committer | Marek Vasut <marex@denx.de> | 2019-05-10 22:43:18 +0200 |
| commit | d0487da83f916181eba57251ca28b2cb4d728092 (patch) | |
| tree | 2657edfdeef6c34aed552dc2bfddf5962d02179a /arch/sh/Kconfig | |
| parent | 89a6b74636e4295ef4bc9c3af3caed82d2d54e84 (diff) | |
| download | u-boot-d0487da83f916181eba57251ca28b2cb4d728092.tar.gz u-boot-d0487da83f916181eba57251ca28b2cb4d728092.tar.xz u-boot-d0487da83f916181eba57251ca28b2cb4d728092.zip | |
sh: sh3: Remove CPU support
This CPU core is old, no boards using the CPU are left in mainline,
it has no prospects of ever being converted to DM, drop it.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Chris Brandt <chris.brandt@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Vladimir Zapolskiy <vz@mleia.com>
Cc: Yoshihiro Shimoda <shimoda.yoshihiro.uh@renesas.com>
Diffstat (limited to 'arch/sh/Kconfig')
| -rw-r--r-- | arch/sh/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 60589b3cef..0ce74cf24a 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -1,9 +1,6 @@ menu "SuperH architecture" depends on SH -config CPU_SH3 - bool - config CPU_SH4 bool @@ -82,7 +79,6 @@ config SYS_ARCH default "sh" config SYS_CPU - default "sh3" if CPU_SH3 default "sh4" if CPU_SH4 source "arch/sh/lib/Kconfig" |
