From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 517E9C433F5 for ; Sat, 9 Oct 2021 13:28:19 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3D83F60F5A for ; Sat, 9 Oct 2021 13:28:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3D83F60F5A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1AB1683663; Sat, 9 Oct 2021 15:28:00 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="HYLdKJI6"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A628E83620; Sat, 9 Oct 2021 15:27:53 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 4C0D783662 for ; Sat, 9 Oct 2021 15:27:44 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kabel@kernel.org Received: by mail.kernel.org (Postfix) with ESMTPSA id EAD1160F5D; Sat, 9 Oct 2021 13:27:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633786063; bh=RLGaId3qHGjvCyfY2mvLQYE2f79fY3YLLL09jfbkPAQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HYLdKJI66yEf7eUnoafvnwf2BEDlIAgmqiggJtBppDtpsMH/aRcwwFNUgjKlvdqX6 wwEdo7UJzOnRsvxDZ25y1zmlu310DkJQcgvutPPXIRIpjRg6oM1++5g2J5GTrVlrg8 AuPVqLIyqMz9GsZiaLUWNBArSIX/EtK0mNg+07kYvWvnrURgx+YL6Zc7dDVUB10FaK 6/M/kdnTKhdCnQipfaDnXnrd+H+nu3E0W0FEtjb4sus8vBSXNKmuhHDkQvuMncAmCd po+Ntc3iDdH3pshMcjBYmB5vXoQ4Frv0+oyaF9E2r6eNEcul8m6h78mDlgqHi00cAI +ISsYm/YMJYnw== From: =?UTF-8?q?Marek=20Beh=C3=BAn?= To: Tom Rini Cc: u-boot@lists.denx.de, Marek Vasut , Stefan Roese , =?UTF-8?q?Marek=20Beh=C3=BAn?= Subject: [PATCH 3/4] Drop CONFIG_USB_EHCI_KIRKWOOD Date: Sat, 9 Oct 2021 15:27:34 +0200 Message-Id: <20211009132735.5173-3-kabel@kernel.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20211009132735.5173-1-kabel@kernel.org> References: <20211009132735.5173-1-kabel@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean From: Marek BehĂșn This config option doesn't do anything. nas220 uses USB_EHCI_MARVELL. Signed-off-by: Marek BehĂșn --- include/configs/nas220.h | 1 - scripts/config_whitelist.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/nas220.h b/include/configs/nas220.h index f071ee6e1c..52c55be061 100644 --- a/include/configs/nas220.h +++ b/include/configs/nas220.h @@ -64,7 +64,6 @@ * USB/EHCI */ #ifdef CONFIG_CMD_USB -#define CONFIG_USB_EHCI_KIRKWOOD /* on Kirkwood platform */ #define CONFIG_USB_EHCI_IS_TDI #endif /* CONFIG_CMD_USB */ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 7610739021..bf5f7cae74 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -3036,7 +3036,6 @@ CONFIG_USB_EHCI_BASE_LIST CONFIG_USB_EHCI_EXYNOS CONFIG_USB_EHCI_FARADAY CONFIG_USB_EHCI_IS_TDI -CONFIG_USB_EHCI_KIRKWOOD CONFIG_USB_EHCI_TXFIFO_THRESH CONFIG_USB_ETH_QMULT CONFIG_USB_ETH_SUBSET -- 2.32.0