]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
mx6: soc: Fix typo in temperature unit name
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 22 Jun 2017 13:50:05 +0000 (10:50 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 27 Jun 2017 07:06:09 +0000 (09:06 +0200)
The correct name is 'Celsius', so fix it accordingly.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
arch/arm/cpu/armv7/mx6/soc.c

index dd9479751440ea0dd62204a7ae9837c936271118..2bedbdbf20c69fa17c3fe0863b21c2c9e15fe499 100644 (file)
@@ -158,7 +158,7 @@ u32 get_cpu_speed_grade_hz(void)
  * OCOTP_MEM0[7:6] (see Fusemap Description Table offset 0x480)
  * defines a 2-bit Temperature Grade
  *
- * return temperature grade and min/max temperature in celcius
+ * return temperature grade and min/max temperature in Celsius
  */
 #define OCOTP_MEM0_TEMP_SHIFT          6