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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id C4FA9C43334 for ; Fri, 8 Jul 2022 11:09:39 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3531984594; Fri, 8 Jul 2022 13:09:28 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=visualsilicon.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id EBFA784584; Fri, 8 Jul 2022 10:03:10 +0200 (CEST) Received: from cyan.elm.relay.mailchannels.net (cyan.elm.relay.mailchannels.net [23.83.212.47]) (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 1C4CC8433F for ; Fri, 8 Jul 2022 10:03:07 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=visualsilicon.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=rzaghi@visualsilicon.com X-Sender-Id: hostpapa|x-authuser|rzaghi@visualsilicon.com Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id B11DC801D59 for ; Fri, 8 Jul 2022 08:02:58 +0000 (UTC) Received: from hp336.servername.online (unknown [127.0.0.6]) (Authenticated sender: hostpapa) by relay.mailchannels.net (Postfix) with ESMTPA id 26A93801D2A for ; Fri, 8 Jul 2022 08:02:58 +0000 (UTC) ARC-Seal: i=1; s=arc-2022; d=mailchannels.net; t=1657267378; a=rsa-sha256; cv=none; b=CXE2+MO7diSfgEj7oxcyJ5UVK3Ycgk6MRJPELpIvudTE0TAWZDBjwLgkcCQ4GTLsETemDb rgxlzHpfgqdzMeR0IauQQeFCiqjgMQoYptaP3ASGmhwqnxEYeDrvP5Up3edyy1R6Y2Txeq wLslwZA/wmDzmoKzd3BCzp3a1NndQa852WTQn6DfVdvP4N3R79L6/xUrZMCTpwqPI/LS/t Nj2ZU44Nqhx37urM8VZttnsXsyvOcOnmUk+iSx9YQy9qm2aola3lS6cs1RjqjhGXXl0BGJ VHMKjQtvksLbv90vIHUVzSTLv3jZTUJ+USEK5RCltZSg6ywSxqBV1xTW15TE1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=mailchannels.net; s=arc-2022; t=1657267378; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type; bh=D2yjU/PQNm91wLcQPZhM10KNePW3tFD5Z/h/7EE6kKI=; b=sWcL515J45y6Yl+up0saT46Or0LFegQxFN4MvpgnR5Je1cHUo0qOHoKo9ymZMDO6xQ27Vc EwuJ+WoJiUDU2h4Qh793DWBVaUCaMZy9vg1ZWPA/BiYO12wcHNIjm9n+qDPEaRyn1fJvSz 8nSsz6dl9R0fUz5yjgCT5iV/2PvSfU99fQsOkCzFvKWyCrPUI358krWHheO17D+2A8+p2C uCSfoR6d6Cf0Nzoj+fgCOZZTi5HStriysotLTdSO/5cgyqatV7TvcRg1vo6fF+8Ij4hrZy T3ShBlrQJFBEcGBAZDGe6fdgiIYLCYLUfDCP1tYYJatX+NM3U5Hn0NAjCK5IJQ== ARC-Authentication-Results: i=1; rspamd-674ffb986c-n68s8; auth=pass smtp.auth=hostpapa smtp.mailfrom=rzaghi@visualsilicon.com X-Sender-Id: hostpapa|x-authuser|rzaghi@visualsilicon.com X-MC-Relay: Neutral X-MailChannels-SenderId: hostpapa|x-authuser|rzaghi@visualsilicon.com X-MailChannels-Auth-Id: hostpapa X-Hook-Soft: 6fa6945552d29e81_1657267378493_1858721638 X-MC-Loop-Signature: 1657267378493:1503013059 X-MC-Ingress-Time: 1657267378492 Received: from hp336.servername.online (hp336.servername.online [64.34.156.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.110.28.201 (trex/6.7.1); Fri, 08 Jul 2022 08:02:58 +0000 Received: from localhost ([127.0.0.1]:38986 helo=hp336.servername.online) by hp336.servername.online with esmtpa (Exim 4.94.2) (envelope-from ) id 1o9ix0-00AfQx-OK for U-Boot@lists.denx.de; Fri, 08 Jul 2022 09:02:57 +0100 MIME-Version: 1.0 Date: Fri, 08 Jul 2022 09:02:56 +0100 From: Ramin Zaghi To: U-Boot@lists.denx.de Subject: [PATCH] cmd: ti: ddr3: correct minor spelling mistake in Ti DDR3 User-Agent: Roundcube Webmail/1.4.12 Message-ID: <054027bfa1c2424443106050263d82b0@visualsilicon.com> X-Sender: rzaghi@visualsilicon.com Organization: visualsilicon.com X-AuthUser: rzaghi@visualsilicon.com X-Mailman-Approved-At: Fri, 08 Jul 2022 13:09:25 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.39 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: , Reply-To: rzaghi@visualsilicon.com 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 Hi I've searched a little to find a document that explains how to contribute to U-Boot. But couldn't find one. I hope this is the right way and who do I CC !? From f6cdf2ac9fe6ade663aa7a4ff1b2d1ac38fc2704 Mon Sep 17 00:00:00 2001 From: Ramin Zaghi Date: Fri, 8 Jul 2022 09:00:58 +0100 Subject: [PATCH] cmd: ti: ddr3: correct minor spelling mistake in Ti DDR3 command. Just a spelling mistake. Signed-off-by: Ramin Zaghi --- cmd/ti/ddr3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ti/ddr3.c b/cmd/ti/ddr3.c index be937a7531d04ae64a1fdb716de8d2164c7fb36b..aaaedfe9735e337f1db4c9f2ce242303157d00c8 100644 --- a/cmd/ti/ddr3.c +++ b/cmd/ti/ddr3.c @@ -286,7 +286,7 @@ static int do_ddr_test(struct cmd_tbl *cmdtp, if ((argc == 4) && (strncmp(argv[1], "ecc_err", 8) == 0)) { if (!is_ecc_enabled()) { - puts("ECC not enabled. Please Enable ECC any try again\n"); + puts("ECC not enabled. Please Enable ECC and try again\n"); return CMD_RET_FAILURE; } -- 2.33.1