mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 07:01:24 +00:00
cyrus: Enable STDIO deregister
If CONFIG_SYS_STDIO_DEREGISTER is not enabled, usb reset will fail every time. Enabling it allows usb reset to work. Signed-off-by: Andy Fleming <afleming@gmail.com>
This commit is contained in:
parent
2f231025bc
commit
9d243b1481
1 changed files with 1 additions and 0 deletions
|
@ -476,6 +476,7 @@
|
|||
#define CONFIG_CMD_EXT2
|
||||
#define CONFIG_EHCI_IS_TDI
|
||||
#define CONFIG_USB_KEYBOARD
|
||||
#define CONFIG_SYS_STDIO_DEREGISTER
|
||||
#define CONFIG_SYS_USB_EVENT_POLL
|
||||
/* _VIA_CONTROL_EP */
|
||||
#define CONFIG_CONSOLE_MUX
|
||||
|
|
Loading…
Reference in a new issue