diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-02-12 12:51:25 +0100 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2013-02-14 19:24:46 +0100 |
commit | 835df770e37b42c9a842ffe1696689bc21ad90e1 (patch) | |
tree | fa173d7add2fe4f0aa7105c9b38656c60155ad59 | |
parent | 0aa37c488bf785466e0db9897805ebf287af48eb (diff) | |
download | coreboot-835df770e37b42c9a842ffe1696689bc21ad90e1.tar.xz |
Google Butterfly: thermal.h: Align macro content
Change-Id: I3729f9bf66fcd72fa8870bb56a9c253a7368c774
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2371
Tested-by: build bot (Jenkins)
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Marc Jones <marcj303@gmail.com>
-rw-r--r-- | src/mainboard/google/butterfly/thermal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/butterfly/thermal.h b/src/mainboard/google/butterfly/thermal.h index c8ff1f409d..9657fe098b 100644 --- a/src/mainboard/google/butterfly/thermal.h +++ b/src/mainboard/google/butterfly/thermal.h @@ -26,6 +26,6 @@ #define CRITICAL_TEMPERATURE 100 /* Temperature which OS will throttle CPU */ - #define PASSIVE_TEMPERATURE 90 + #define PASSIVE_TEMPERATURE 90 #endif |