switch: remove message about BFL_ENETADM not being set on systems with a roboswitch
[openwrt.git] / package / switch / src / switch-adm.c
index 8d5de04..1f913a6 100644 (file)
@@ -524,9 +524,8 @@ static int detect_adm(void)
                eedi = 5;
 
                ret = 1;
-       } else
-               printk("BFL_ENETADM not set in boardflags. Use force=1 to ignore.\n");
-               
+       }
+
        if (eecs)
                eecs = (1 << eecs);
        if (eesk)