[coreboot-gerrit] New patch to review for coreboot: b4cc3b4 lenovo/t530/romstage.c: Trivial - move include to top

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sat Aug 23 06:28:53 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6750

-gerrit

commit b4cc3b4c1389a94a90ece73133869a9c122f952e
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Sat Aug 23 14:25:30 2014 +1000

    lenovo/t530/romstage.c: Trivial - move include to top
    
    Change-Id: I6b80ad0da39e93072e28b48c40e1c71602133e7b
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/lenovo/t530/romstage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/lenovo/t530/romstage.c b/src/mainboard/lenovo/t530/romstage.c
index 8880e30..bb4c0a5 100644
--- a/src/mainboard/lenovo/t530/romstage.c
+++ b/src/mainboard/lenovo/t530/romstage.c
@@ -41,6 +41,7 @@
 #include <cpu/x86/msr.h>
 #include "gpio.h"
 #include <cbfs.h>
+#include <cpu/intel/romstage.h>
 
 static void pch_enable_lpc(void)
 {
@@ -109,7 +110,6 @@ static void rcba_config(void)
 	RCBA32(BUC) = 0;
 }
 
-#include <cpu/intel/romstage.h>
 void main(unsigned long bist)
 {
 	int boot_mode = 0;



More information about the coreboot-gerrit mailing list