[coreboot] New patch to review for coreboot: bc64f16 Google Butterfly: thermal.h: Align macro content

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Tue Feb 12 13:22:57 CET 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2371

-gerrit

commit bc64f165411568b40350b2ed759bb5df9ca5f600
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Tue Feb 12 12:51:25 2013 +0100

    Google Butterfly: thermal.h: Align macro content
    
    Change-Id: I3729f9bf66fcd72fa8870bb56a9c253a7368c774
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/mainboard/google/butterfly/thermal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/butterfly/thermal.h b/src/mainboard/google/butterfly/thermal.h
index c8ff1f4..9657fe0 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



More information about the coreboot mailing list