From patchwork Wed Jan 6 21:34:50 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Fleming X-Patchwork-Id: 564101 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 8917F140326 for ; Thu, 7 Jan 2016 08:35:10 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=QJb/bJX9; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 254604B931; Wed, 6 Jan 2016 22:35:07 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RawNK8GCZJ32; Wed, 6 Jan 2016 22:35:07 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 956D04B926; Wed, 6 Jan 2016 22:35:06 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 923CA4B8BC for ; Wed, 6 Jan 2016 22:35:03 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r2jPBcEvyXu1 for ; Wed, 6 Jan 2016 22:35:03 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com [209.85.214.177]) by theia.denx.de (Postfix) with ESMTPS id 26F334B766 for ; Wed, 6 Jan 2016 22:35:02 +0100 (CET) Received: by mail-ob0-f177.google.com with SMTP id wp13so175362082obc.1 for ; Wed, 06 Jan 2016 13:35:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=p685A4JwsHiZNIG/vWv9v83S9v2FcZJ85zQd5Dn/eU8=; b=QJb/bJX9BNVPkR8L8toEGNikaxTIKv5dtWABOzQwtGK8K3gLVSSnwlev+fo/6ebPu3 PCNGHujZKh2ua1ItgWrxu8G5pmhvNP5VzItyvINiIrAuIn3p/gpUAYkVy7L+1lX5QyX0 hGzx1g+hIPUHDufNcVhzcKLtXnLNUAR7mdNURdv10pMiSWIg5XIb7Ter07poMlLp1G46 0iCJMboOHBJP+qkvolS96u8Pah65YURzLjWlE0lE3fSiF8DSwxEaLq/EV3cwNiRAlUlp +Wd89HcscXzoozj827QNsTg5NMFL9WaPdGsPAiC4/TZH/uP24PseD0ozzARqYLsss207 3rbA== X-Received: by 10.60.159.7 with SMTP id wy7mr74969327oeb.71.1452116100787; Wed, 06 Jan 2016 13:35:00 -0800 (PST) Received: from localhost.localdomain (72-48-211-141.dyn.grandenetworks.net. [72.48.211.141]) by smtp.googlemail.com with ESMTPSA id q188sm39507737oif.28.2016.01.06.13.35.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 06 Jan 2016 13:35:00 -0800 (PST) From: Andy Fleming To: Tom Rini Date: Wed, 6 Jan 2016 15:34:50 -0600 Message-Id: <1452116090-17619-1-git-send-email-afleming@gmail.com> X-Mailer: git-send-email 1.9.1 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH] cyrus: Enable STDIO deregister X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" 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 --- include/configs/cyrus.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index bc7cac4..99b3aef 100644 --- a/include/configs/cyrus.h +++ b/include/configs/cyrus.h @@ -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