]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: Correct Chrromebook typo
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:35:48 +0000 (15:35 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:25 +0000 (16:32 -0500)
Fix a typo in a comment.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/fsp/fsp_dram.c

index 2bd408d0c5670e73cb9239786ceeb74282eac4b8..cc889a688d8adf3529d040c17f68ed703526bc70 100644 (file)
@@ -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);