From patchwork Sat Sep 17 23:28:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 1678956 X-Patchwork-Delegate: marek.vasut@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=denx.de header.i=@denx.de header.a=rsa-sha256 header.s=phobos-20191101 header.b=cfXrv8DP; dkim=pass (2048-bit key) header.d=denx.de header.i=@denx.de header.a=rsa-sha256 header.s=phobos-20191101 header.b=kG417xYq; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MVRwD228Hz1ync for ; Sun, 18 Sep 2022 09:28:58 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 330B1849E9; Sun, 18 Sep 2022 01:28:50 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1663457330; bh=iQW9660MAaFoX04sw/CCpmDg/7njySx5M53IdJykHu8=; h=From:To:Cc:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=cfXrv8DPfyepnksppBpAGejkJMLH2qKBXwzJbR2nxkZjeWvgoNNk4y5LJ3ikGdx/o ooAJJKcjWy4qFKL4bSL17lQ5V9KPAr8fCc7K3+VGqZousmoFyeiu98FgA0yyBgGI50 U7VGix7225Mym5mM6Dc+JLhqVEB7q7I7HpjhZgICh9l1EzP4E7tWP0MmzSrshfWFC6 wwchbzmXEp3p4yVsrmaLIa0aDHr2Qi2zjjA3CXonpDald8eeNXxaJxwbC9/sIhxHWr r9tYhO7U4k11G7c2Gz82Bcf7GuZkBDHvm4AW1WRUxl7Q1zsrcV6gEpBt1eAhakbW0H bAMQr7b1rXyuA== Received: from localhost.localdomain (unknown [IPv6:2804:14c:485:4b69:90c7:7bc0:84c:641b]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: festevam@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id DED38849C0; Sun, 18 Sep 2022 01:28:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1663457328; bh=iQW9660MAaFoX04sw/CCpmDg/7njySx5M53IdJykHu8=; h=From:To:Cc:Subject:Date:From; b=kG417xYqJFkCPAx7PeChwZIIrngeZDtjQ/41BIk5zG3izUMl6z2kCbRrCTJKqTGic UeSUiflAN5/aGgtL+tHoynEijSf563v3qAQ7v6cwbmiT/VbI7iUv+yhZHZ1vxjLoBl 9N7glejBbGEAsYl41Xd124/ZauYgmtdpHt4DuBw4nUGjiWwQTx89u/vSMilAvhM5rj V1cgVfXIeDOmekbOMMveLtfrRgwHcLJHwbzhlyqDQeLkpzqPM1lAQlOekg2v++51nJ VoaJxCEtYs/QZlsvlBpn/oHcyhoTFphfJbX+q6b3GnxWvR/Z8+0mCJPpVhXXDVby8w qZP86o0HJBEnQ== From: Fabio Estevam To: marex@denx.de Cc: u-boot@lists.denx.de, Fabio Estevam Subject: [PATCH v2] usb: Kconfig: Fix typo in SPL_DM_USB text Date: Sat, 17 Sep 2022 20:28:29 -0300 Message-Id: <20220917232829.666784-1-festevam@denx.de> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.6 at phobos.denx.de X-Virus-Status: Clean Change a typo in "USB host mode". Signed-off-by: Fabio Estevam --- Changes since v1: - most->mode (Marek). drivers/usb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index fd13cf31b5..3afb45d5cc 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -48,7 +48,7 @@ config DM_USB automatically probed when found on the bus. config SPL_DM_USB - bool "Enable driver model for USB host most in SPL" + bool "Enable driver model for USB host mode in SPL" depends on SPL_DM && DM_USB default n if ARCH_MVEBU default y