File tree Expand file tree Collapse file tree 4 files changed +0
-322
lines changed Expand file tree Collapse file tree 4 files changed +0
-322
lines changed Original file line number Diff line number Diff line change @@ -383,10 +383,6 @@ config CPU_SUBTYPE_SH7760
383
383
bool "Support SH7760 processor"
384
384
select CPU_SH4
385
385
386
- config CPU_SUBTYPE_SH4_202
387
- bool "Support SH4-202 processor"
388
- select CPU_SH4
389
-
390
386
# SH-4A Processor Support
391
387
392
388
config CPU_SUBTYPE_SH7723
@@ -517,7 +513,6 @@ config SH_PCLK_FREQ
517
513
CPU_SUBTYPE_SH7263 || \
518
514
CPU_SUBTYPE_MXG
519
515
default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
520
- default "66000000" if CPU_SUBTYPE_SH4_202
521
516
default "50000000"
522
517
help
523
518
This option is used to specify the peripheral clock frequency.
Original file line number Diff line number Diff line change @@ -23,15 +23,11 @@ obj-$(CONFIG_CPU_SUBTYPE_SH7091) += setup-sh7750.o
23
23
obj-$(CONFIG_CPU_SUBTYPE_SH7751) += setup-sh7750.o
24
24
obj-$(CONFIG_CPU_SUBTYPE_SH7751R) += setup-sh7750.o
25
25
obj-$(CONFIG_CPU_SUBTYPE_SH7760) += setup-sh7760.o
26
- obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += setup-sh4-202.o
27
26
28
27
# Primary on-chip clocks (common)
29
28
ifndef CONFIG_CPU_SH4A
30
29
clock-$(CONFIG_CPU_SH4) := clock-sh4.o
31
30
endif
32
31
33
- # Additional clocks by subtype
34
- clock-$(CONFIG_CPU_SUBTYPE_SH4_202) += clock-sh4-202.o
35
-
36
32
obj-y += $(clock-y )
37
33
obj-$(CONFIG_PERF_EVENTS) += $(perf-y )
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments