File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,9 @@ config SYSTEM_FASTBOOTD_DOWNLOAD_MAX
24
24
int "USB-fastboot download buffer size"
25
25
default 40960
26
26
27
- config FASTBOOTD_USB_BOARDCTL
27
+ config SYSTEM_FASTBOOTD_USB_BOARDCTL
28
28
bool "USB Board Control"
29
+ default n
29
30
depends on BOARDCTL
30
31
depends on BOARDCTL_USBDEVCTRL
31
32
---help---
Original file line number Diff line number Diff line change @@ -1001,7 +1001,7 @@ int main(int argc, FAR char **argv)
1001
1001
FAR void * buffer = NULL ;
1002
1002
int ret = OK ;
1003
1003
1004
- #ifdef CONFIG_FASTBOOTD_USB_BOARDCTL
1004
+ #ifdef CONFIG_SYSTEM_FASTBOOTD_USB_BOARDCTL
1005
1005
struct boardioc_usbdev_ctrl_s ctrl ;
1006
1006
# ifdef CONFIG_USBDEV_COMPOSITE
1007
1007
uint8_t dev = BOARDIOC_USBDEV_COMPOSITE ;
@@ -1035,7 +1035,7 @@ int main(int argc, FAR char **argv)
1035
1035
fb_err ("boardctl(BOARDIOC_USBDEV_CONTROL) failed: %d\n" , ret );
1036
1036
return ret ;
1037
1037
}
1038
- #endif /* FASTBOOTD_USB_BOARDCTL */
1038
+ #endif /* SYSTEM_FASTBOOTD_USB_BOARDCTL */
1039
1039
1040
1040
if (argc > 1 )
1041
1041
{
You can’t perform that action at this time.
0 commit comments