aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/butterfly
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2013-02-12 12:51:25 +0100
committerMarc Jones <marcj303@gmail.com>2013-02-14 19:24:46 +0100
commit835df770e37b42c9a842ffe1696689bc21ad90e1 (patch)
treefa173d7add2fe4f0aa7105c9b38656c60155ad59 /src/mainboard/google/butterfly
parent0aa37c488bf785466e0db9897805ebf287af48eb (diff)
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>
Diffstat (limited to 'src/mainboard/google/butterfly')
-rw-r--r--src/mainboard/google/butterfly/thermal.h2
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