ramips: replace RALINK_SOC_* macros with global variables
[openwrt.git] / target / linux / ramips / files / arch / mips / ralink / rt3883 / setup.c
index f4c7296..6e037a7 100644 (file)
@@ -52,7 +52,6 @@ void __init ramips_soc_setup(void)
        rt3883_sysc_base = ioremap_nocache(RT3883_SYSC_BASE, PAGE_SIZE);
        rt3883_memc_base = ioremap_nocache(RT3883_MEMC_BASE, PAGE_SIZE);
 
-       rt3883_detect_sys_type();
        rt3883_clocks_init();
 
        clk = clk_get(NULL, "cpu");
This page took 0.021735 seconds and 4 git commands to generate.