From patchwork Thu Oct 13 15:40:00 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 77627 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp298022qge; Thu, 13 Oct 2016 08:40:47 -0700 (PDT) X-Received: by 10.28.165.5 with SMTP id o5mr2623717wme.50.1476373247690; Thu, 13 Oct 2016 08:40:47 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id de2si12485180wjc.182.2016.10.13.08.40.47; Thu, 13 Oct 2016 08:40:47 -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=@nifty.com; 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 Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 519484BDBD; Thu, 13 Oct 2016 17:40:42 +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 6yyVW9b_Lxb0; Thu, 13 Oct 2016 17:40:42 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 64D3CA7533; Thu, 13 Oct 2016 17:40:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E5FFB4B98A for ; Thu, 13 Oct 2016 17:40:28 +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 8AdESQzkqVWC for ; Thu, 13 Oct 2016 17:40:28 +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 conuserg-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id 38F5C4B77D for ; Thu, 13 Oct 2016 17:40:27 +0200 (CEST) Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-07.nifty.com with ESMTP id u9DFe40i020976; Fri, 14 Oct 2016 00:40:08 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u9DFe40i020976 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1476373209; bh=v4Ez84VsIviLjD499Mdo9v3J0r75MOx1ZSiTaL0Rius=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nHB2CYtfnoGr/4JmwYCpJlXVhmYqj/MCZ8H0gwqYM4UtCgWFmu0tkNmZ00rFML6X8 SjcJIZ6Q8Q7M6msm1mz45vnCeJIFMrUVaU36/0ZK5cy9Dc64BkcDMuavZO55NeKl4W TZv0t2fBS0mzSNKcJrVn/CrqGZ5picpufVxDfenqCswZdbiyWnto9eGsCKVtBVNQwO MPWaFMpw7QKPOiU2mls+DPaG7c/1sbEIkXoYaHXPAzlPsJnltae99qWaB386DweSYp JCpnWSYRzgKzLsIGK07bhAtqMAd666VH6fahB1IsilAKi5J27cMH5JVxU3E+i5oA7v uQXdiNCiq9l6w== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Fri, 14 Oct 2016 00:40:00 +0900 Message-Id: <1476373201-19906-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1476373201-19906-1-git-send-email-yamada.masahiro@socionext.com> References: <1476373201-19906-1-git-send-email-yamada.masahiro@socionext.com> Cc: Albert Aribaud , Michal Simek Subject: [U-Boot] [PATCH 2/3] ARM: zynq(mp): remove unneeded CONFIG_USB_MAX_CONTROLLER_COUNT defines 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" ARCH_ZYNQ(MP) selects DM_USB, where CONFIG_USB_MAX_CONTROLLER_COUNT is not used. Signed-off-by: Masahiro Yamada --- include/configs/xilinx_zynqmp.h | 1 - include/configs/zynq-common.h | 1 - 2 files changed, 2 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index adc42cf..c8e1ffa 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -110,7 +110,6 @@ #define CONFIG_SYS_LOAD_ADDR 0x8000000 #if defined(CONFIG_ZYNQMP_USB) -#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2 #define CONFIG_USB_XHCI_ZYNQMP diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 0118fd2..7cca83f 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -86,7 +86,6 @@ #ifdef CONFIG_USB_EHCI_ZYNQ # define CONFIG_EHCI_IS_TDI -# define CONFIG_USB_MAX_CONTROLLER_COUNT 2 # define CONFIG_SYS_DFU_DATA_BUF_SIZE 0x600000 # define DFU_DEFAULT_POLL_TIMEOUT 300