From 41c8154ea898b762ac3ddbeedbd183f7b859c814 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 25 Mar 2014 12:42:01 -0600 Subject: [PATCH] apps/system/usbmsc: Back out kludge that is no longer needed with the recent fix to the USB MSC class --- configs/pic32mx7mmb/nsh/defconfig | 2 -- configs/sama5d3x-ek/demo/defconfig | 2 -- configs/stm3210e-eval/nsh2/defconfig | 2 -- 3 files changed, 6 deletions(-) diff --git a/configs/pic32mx7mmb/nsh/defconfig b/configs/pic32mx7mmb/nsh/defconfig index b0ad1172791..4ccd190d5be 100644 --- a/configs/pic32mx7mmb/nsh/defconfig +++ b/configs/pic32mx7mmb/nsh/defconfig @@ -1051,8 +1051,6 @@ CONFIG_SYSTEM_USBMSC_DEVPATH3="/dev/mmcsd2" # CONFIG_SYSTEM_USBMSC_DEBUGMM is not set CONFIG_SYSTEM_USBMSC_CMD_STACKSIZE=768 CONFIG_SYSTEM_USBMSC_CMD_PRIORITY=100 -CONFIG_SYSTEM_USBMSC_DAEMON_STACKSIZE=2048 -CONFIG_SYSTEM_USBMSC_DAEMON_PRIORITY=100 # # Zmodem Commands diff --git a/configs/sama5d3x-ek/demo/defconfig b/configs/sama5d3x-ek/demo/defconfig index 8d5bd4223f9..f7ec7cc44eb 100644 --- a/configs/sama5d3x-ek/demo/defconfig +++ b/configs/sama5d3x-ek/demo/defconfig @@ -902,8 +902,6 @@ CONFIG_SYSTEM_USBMSC_DEVPATH3="/dev/mmcsd2" # CONFIG_SYSTEM_USBMSC_DEBUGMM is not set CONFIG_SYSTEM_USBMSC_CMD_STACKSIZE=768 CONFIG_SYSTEM_USBMSC_CMD_PRIORITY=100 -CONFIG_SYSTEM_USBMSC_DAEMON_STACKSIZE=2048 -CONFIG_SYSTEM_USBMSC_DAEMON_PRIORITY=100 # # Zmodem Commands diff --git a/configs/stm3210e-eval/nsh2/defconfig b/configs/stm3210e-eval/nsh2/defconfig index ddf893abfc4..6171b78b804 100644 --- a/configs/stm3210e-eval/nsh2/defconfig +++ b/configs/stm3210e-eval/nsh2/defconfig @@ -1158,8 +1158,6 @@ CONFIG_SYSTEM_USBMSC_DEVPATH3="/dev/mmcsd2" # CONFIG_SYSTEM_USBMSC_DEBUGMM is not set CONFIG_SYSTEM_USBMSC_CMD_STACKSIZE=768 CONFIG_SYSTEM_USBMSC_CMD_PRIORITY=100 -CONFIG_SYSTEM_USBMSC_DAEMON_STACKSIZE=2048 -CONFIG_SYSTEM_USBMSC_DAEMON_PRIORITY=100 # # Zmodem Commands