aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/roda/rk9/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/roda/rk9/mainboard.c')
-rw-r--r--src/mainboard/roda/rk9/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/roda/rk9/mainboard.c b/src/mainboard/roda/rk9/mainboard.c
index 8e8f10bf45..395bf4ac28 100644
--- a/src/mainboard/roda/rk9/mainboard.c
+++ b/src/mainboard/roda/rk9/mainboard.c
@@ -24,7 +24,7 @@
static void ec_setup(void)
{
- /* Thermal limits? Values are from ectool's ram dump. */
+ /* Thermal limits? Values are from ectool's RAM dump. */
ec_write(0xd1, 0x57); /* CPUH */
ec_write(0xd2, 0xc9); /* CPUL */
ec_write(0xd4, 0x64); /* SYSH */