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 CE038C636CD for ; Sun, 5 Feb 2023 22:40:18 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5B1598592F; Sun, 5 Feb 2023 23:39:24 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="Xes6OqKx"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 948B58597E; Sun, 5 Feb 2023 23:38:55 +0100 (CET) Received: from mail-il1-x12b.google.com (mail-il1-x12b.google.com [IPv6:2607:f8b0:4864:20::12b]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 196CF8592B for ; Sun, 5 Feb 2023 23:38:47 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-il1-x12b.google.com with SMTP id j12so628991ila.1 for ; Sun, 05 Feb 2023 14:38:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=E1WQB+A2teXpPV1egZBelsZK3An8OYWQxYiXvblXi/8=; b=Xes6OqKxfxqRAIvdkCOoMUBAUAbz10IVm/GocyjrTKOBuVCSHBz7cukv+uZm3F5Yne Gxfyh/CIBJjQVLW64Y7xNYAd1gu6b1mwtbf1zOJzMfR4Grakr9PJCkMcGyBP5Hgocc+x Hb4mg9xXclEgoD4gHSjdWSlXWpSwrKTgtvcOU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=E1WQB+A2teXpPV1egZBelsZK3An8OYWQxYiXvblXi/8=; b=NLgDAkpVFRXz3EvrblW8uzJJLx7GUmSL3DctEaQpxuLanxUjduHn19S2avEdXrrtkG 48mG0xlMAJa1kvuwuqIFW0SaBFZUz/q7ZAEIz8GeVF+U7TKdtzdmRvE0OMqk2Ow7G8h2 JEhyon4tQCWwERitf9uMytbVY1/6be1tDxlKeUunN5iKZT/TvKY0nQicxW7mtzoSnbZa e2MQrzd2ahqlzr0E+dpNGScnv0B/HRkwjbtE+K87auoyqbKfXHsc8EyAxBu1+NUem9v9 HAxuQDwm7RWu0U1iI5ESr4O3N5H9/Ik1HX2eORCQunuHVXWT5V51+E/0CQNrYJiK2VFi q2IQ== X-Gm-Message-State: AO0yUKUD5sBhD+2QQrdtxEzij1FB7qITW5iDhGD+OIXFA9cZuh7TLFor T+VCeSS9JLM/Nj6s9v4/RSX97sfDLW9y99Ga X-Google-Smtp-Source: AK7set9VgmPHXPAc8BlCWD//H+bSdyCjfSPLcdeql7ppqmDWY27TOwjr2jUxK1JkPMhdqXI0LXR9bg== X-Received: by 2002:a92:d487:0:b0:313:bfb4:b468 with SMTP id p7-20020a92d487000000b00313bfb4b468mr1588496ilg.13.1675636725692; Sun, 05 Feb 2023 14:38:45 -0800 (PST) Received: from sjg1.roam.corp.google.com (c-73-14-173-85.hsd1.co.comcast.net. [73.14.173.85]) by smtp.gmail.com with ESMTPSA id m40-20020a05663840a800b003b49e7d990asm2856393jam.30.2023.02.05.14.38.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:38:45 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass , Bin Meng Subject: [PATCH v2 002/169] x86: Correct Chrromebook typo Date: Sun, 5 Feb 2023 15:35:48 -0700 Message-Id: <20230205223836.231657-3-sjg@chromium.org> X-Mailer: git-send-email 2.39.1.519.gcb327c4b5f-goog In-Reply-To: <20230205223836.231657-1-sjg@chromium.org> References: <20230205223836.231657-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Fix a typo in a comment. Signed-off-by: Simon Glass --- (no changes since v1) arch/x86/lib/fsp/fsp_dram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/lib/fsp/fsp_dram.c b/arch/x86/lib/fsp/fsp_dram.c index 2bd408d0c56..cc889a688d8 100644 --- a/arch/x86/lib/fsp/fsp_dram.c +++ b/arch/x86/lib/fsp/fsp_dram.c @@ -60,7 +60,7 @@ int dram_init_banksize(void) * * However it seems FSP2's behavior is different. We need to add the * DRAM range in MTRR otherwise the boot process goes very slowly, - * which was observed on Chrromebook Coral with FSP2. + * which was observed on Chromebook Coral with FSP2. */ update_mtrr = CONFIG_IS_ENABLED(FSP_VERSION2); -- 2.39.1.519.gcb327c4b5f-goog