From patchwork Fri Apr 1 18:27:50 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam Protsenko X-Patchwork-Id: 64897 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp886285lbc; Fri, 1 Apr 2016 11:32:24 -0700 (PDT) X-Received: by 10.194.78.83 with SMTP id z19mr6191768wjw.5.1459535544720; Fri, 01 Apr 2016 11:32:24 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id c202si168325wmh.93.2016.04.01.11.32.24; Fri, 01 Apr 2016 11:32:24 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 25FBC4B951; Fri, 1 Apr 2016 20:32:21 +0200 (CEST) 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 coYb-NnEb2qv; Fri, 1 Apr 2016 20:32:20 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0EE10A752A; Fri, 1 Apr 2016 20:32:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C6DCAA752A for ; Fri, 1 Apr 2016 20:28:26 +0200 (CEST) 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 qyxpzQNJWtiI for ; Fri, 1 Apr 2016 20:28:09 +0200 (CEST) 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-lf0-f53.google.com (mail-lf0-f53.google.com [209.85.215.53]) by theia.denx.de (Postfix) with ESMTPS id 3326CA74D6 for ; Fri, 1 Apr 2016 20:27:53 +0200 (CEST) Received: by mail-lf0-f53.google.com with SMTP id g184so12992688lfb.3 for ; Fri, 01 Apr 2016 11:27:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=hIwVhsPpDtwIkv3FLJuyGdPBXNsFk8/vyDFzTOQO9nY=; b=hEo6qBAKooppenYMPYCk/E/LT/XuJrYSlkvosTST2mDsFv/e0ZpwUzfHQfRPdeN11Z dZJlKlHxEvsIetWH/l11QYCSM5POk0D5rOjpTsrACHZjoIzY9vtHy23SnOR5ShLMQgeM bPzbjgtdEB4He0Bv1L5VxUUz9VarKiOjT+K4c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=hIwVhsPpDtwIkv3FLJuyGdPBXNsFk8/vyDFzTOQO9nY=; b=G1e+RwQgJW0dbfCuZ+/Psj9cB9udCsGHDqqVCd1D+6yUpOk0GeVosjuCIWcAS+n7RR dMow5+glvCQ46Qt/pJ9iympaVBjuYD8/luQoCjyaWHDfitmXf4FeX8cVOerAtJLmTfgM uJJcGHIbwXG9Af1B4eFnTIQBtdgLq6Rq9bQMUFQL8VAlHGryU5uHOiB66emVb5/bULrU l3s5zhiF3rkHe9HsSRVM1BHaLtpYhmeOyMKCd3/hUt4ldIkmGp/XgETmLJHhkH3Yp2pB 5m3AEbOE33F+45XOuGF8YCK85Aizu/7t5Qxno1FOZhn9auAHZjflfaofWjaGw75xL5St X0ag== X-Gm-Message-State: AD7BkJLl8M5MoG3Rgw7snVjfHf0/wXCWEdwPjSdQipFM+qFBOm8vbbksqvtvvjkIay680mlA X-Received: by 10.25.212.207 with SMTP id l198mr2757051lfg.163.1459535272423; Fri, 01 Apr 2016 11:27:52 -0700 (PDT) Received: from localhost ([195.191.127.235]) by smtp.gmail.com with ESMTPSA id ez1sm2366333lbc.29.2016.04.01.11.27.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Apr 2016 11:27:51 -0700 (PDT) From: Semen Protsenko To: u-boot@lists.denx.de Date: Fri, 1 Apr 2016 21:27:50 +0300 Message-Id: <1459535270-25681-1-git-send-email-semen.protsenko@linaro.org> X-Mailer: git-send-email 2.8.0.rc3 Cc: Praneeth Bajjuri , Tom Rini , Stefan Roese Subject: [U-Boot] [PATCH] arm: socfpga: sr1500: Remove USB_GADGET 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" From: Sam Protsenko "buildman" tool revealed that USB_GADGET was enabled by mistake for this board in process of moving that option to Kconfig. Remove it to bring things back to correct state. Signed-off-by: Sam Protsenko --- configs/socfpga_sr1500_defconfig | 2 -- 1 file changed, 2 deletions(-) -- 2.8.0.rc3 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/configs/socfpga_sr1500_defconfig b/configs/socfpga_sr1500_defconfig index 2842fba..d499a14 100644 --- a/configs/socfpga_sr1500_defconfig +++ b/configs/socfpga_sr1500_defconfig @@ -21,5 +21,3 @@ CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y CONFIG_SYS_NS16550=y CONFIG_CADENCE_QSPI=y -CONFIG_USB=y -CONFIG_USB_GADGET=y