git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81e8a51
)
x86: Correct Chrromebook typo
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Feb 2023 22:35:48 +0000
(15:35 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/x86/lib/fsp/fsp_dram.c
b/arch/x86/lib/fsp/fsp_dram.c
index
2bd408d
..
cc889a6
100644
(file)
--- 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 Chr
r
omebook Coral with FSP2.
+ * which was observed on Chromebook Coral with FSP2.
*/
update_mtrr = CONFIG_IS_ENABLED(FSP_VERSION2);