net/lwip: disable SLIP for sidk_s5jt200
authorEunBong Song <eunb.song@samsung.com>
Fri, 17 Mar 2017 07:48:33 +0000 (16:48 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Mon, 17 Apr 2017 10:00:55 +0000 (19:00 +0900)
sidk_s5jt200 does not need to support SLIP function. So disable SLIP
function for sidk_s5jt200.

Change-Id: I80527814fce3de8d0951c93475a7e5be3d6a166c
Signed-off-by: EunBong Song <eunb.song@samsung.com>
os/include/net/lwip/lwipopts.h

index ff481cb..e9c5019 100644 (file)
@@ -233,14 +233,6 @@ a lot of data that needs to be copied, this should be set high. */
 
 #define LWIP_RAW                        1
 
-#if defined(CONFIG_ARCH_BOARD_SIDK_S5JT200) || defined(CONFIG_ARCH_BOARD_SMDK_S5E7570)
-#define LWIP_HAVE_SLIPIF 1
-
-#define SLIPIF_THREAD_STACKSIZE        (1024*4)
-#define SLIPIF_THREAD_PRIO     100
-
-#endif
-
 /*
    -----------------------------------
    ---------- DEBUG options ----------