[coreboot-gerrit] New patch to review for coreboot: 725a3a7 device/oprom/realmode/x86.c: Move includes to top of file

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Tue Jul 29 14:29:40 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/6401

-gerrit

commit 725a3a783e9d42c491a3981ba45dc9f28e9b1d23
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Tue Jul 29 22:28:19 2014 +1000

    device/oprom/realmode/x86.c: Move includes to top of file
    
    Change-Id: Ib68e1f570092a69447d307c33b98f70b817f0ec1
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/device/oprom/realmode/x86.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/device/oprom/realmode/x86.c b/src/device/oprom/realmode/x86.c
index 4338e6e..7dec258 100644
--- a/src/device/oprom/realmode/x86.c
+++ b/src/device/oprom/realmode/x86.c
@@ -23,6 +23,9 @@
 
 #include <arch/io.h>
 #include <arch/registers.h>
+#include <cpu/amd/lxdef.h>
+#include <cpu/amd/vr.h>
+#include <cbfs.h>
 #include <console/console.h>
 #include <arch/interrupt.h>
 #include <cbfs.h>
@@ -350,9 +353,6 @@ void run_bios(struct device *dev, unsigned long addr)
 }
 
 #if CONFIG_GEODE_VSA
-#include <cpu/amd/lxdef.h>
-#include <cpu/amd/vr.h>
-#include <cbfs.h>
 
 #define VSA2_BUFFER		0x60000
 #define VSA2_ENTRY_POINT	0x60020



More information about the coreboot-gerrit mailing list