aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/linux/realtek/files-5.10/arch/mips/rtl838x/prom.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/target/linux/realtek/files-5.10/arch/mips/rtl838x/prom.c b/target/linux/realtek/files-5.10/arch/mips/rtl838x/prom.c
index 1428c01a33..d04d77e438 100644
--- a/target/linux/realtek/files-5.10/arch/mips/rtl838x/prom.c
+++ b/target/linux/realtek/files-5.10/arch/mips/rtl838x/prom.c
@@ -214,14 +214,10 @@ void __init prom_init(void)
pr_info("SoC Type: %s\n", get_system_type());
- /* Early detection of CMP support */
- if(soc_info.family == RTL9310_FAMILY_ID) {
- mips_cm_probe();
- mips_cpc_probe();
- }
-
prom_init_cmdline();
+ mips_cpc_probe();
+
if (!register_cps_smp_ops())
return;