From 69f06c8da6ec02d32973b3035f66e9697bcc1fe3 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 1 Feb 2023 13:20:07 -0700 Subject: rmobile: Drop CONFIG_SH73A0 and associated code This option does not exist, so the code attached to it is not used. Drop it. Signed-off-by: Simon Glass --- arch/arm/mach-rmobile/cpu_info.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-rmobile/cpu_info.c') diff --git a/arch/arm/mach-rmobile/cpu_info.c b/arch/arm/mach-rmobile/cpu_info.c index bd9e71707f5..246029ac294 100644 --- a/arch/arm/mach-rmobile/cpu_info.c +++ b/arch/arm/mach-rmobile/cpu_info.c @@ -62,7 +62,6 @@ static const struct { u16 cpu_type; u8 cpu_name[10]; } rmobile_cpuinfo[] = { - { RMOBILE_CPU_TYPE_SH73A0, "SH73A0" }, { RMOBILE_CPU_TYPE_R8A7740, "R8A7740" }, { RMOBILE_CPU_TYPE_R8A7790, "R8A7790" }, { RMOBILE_CPU_TYPE_R8A7791, "R8A7791" }, -- cgit v1.2.3