mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
mx6: soc: Fix typo in temperature unit name
The correct name is 'Celsius', so fix it accordingly. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
This commit is contained in:
parent
54d63bb1ad
commit
65496a3483
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue