diff --git a/configs/lc823450-xgevk/src/lc823450_bringup.c b/configs/lc823450-xgevk/src/lc823450_bringup.c index bc86875e99f..a4d02579656 100644 --- a/configs/lc823450-xgevk/src/lc823450_bringup.c +++ b/configs/lc823450-xgevk/src/lc823450_bringup.c @@ -127,16 +127,6 @@ int lc823450_bringup(void) usbdev_rndis_initialize(mac); #endif -#if defined(CONFIG_SMP) && defined (CONFIG_RNDIS) - cpu_set_t cpuset; - CPU_ZERO(&cpuset); - CPU_SET(1, &cpuset); /* assigned to CPU1 */ - - /* NOTE: pid=4 is assumed to be lpwork */ - - (void)nxsched_setaffinity(4, sizeof(cpu_set_t), &cpuset); -#endif - /* If we got here then perhaps not all initialization was successful, but * at least enough succeeded to bring-up NSH with perhaps reduced * capabilities.