projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54d63bb
)
mx6: soc: Fix typo in temperature unit name
author
Fabio Estevam
<fabio.estevam@nxp.com>
Thu, 22 Jun 2017 13:50:05 +0000
(10:50 -0300)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/mx6/soc.c
b/arch/arm/cpu/armv7/mx6/soc.c
index dd9479751440ea0dd62204a7ae9837c936271118..2bedbdbf20c69fa17c3fe0863b21c2c9e15fe499 100644
(file)
--- a/
arch/arm/cpu/armv7/mx6/soc.c
+++ b/
arch/arm/cpu/armv7/mx6/soc.c
@@
-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
celc
ius
+ * return temperature grade and min/max temperature in
Cels
ius
*/
#define OCOTP_MEM0_TEMP_SHIFT 6