aboutsummaryrefslogtreecommitdiff
path: root/src/device/oprom
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-29 22:28:19 +1000
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-30 23:39:04 +0200
commit7842eb29972e8665da723566a2395e41621aedac (patch)
tree73dc9771599ea5b5c7c4df11d5ddcbb76069f65d /src/device/oprom
parent51ca10f54837c0e6f08561c6f85dd0d766622a82 (diff)
device/oprom/realmode/x86.c: Move includes to top of file
Change-Id: Ib68e1f570092a69447d307c33b98f70b817f0ec1 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6401 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/device/oprom')
-rw-r--r--src/device/oprom/realmode/x86.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/device/oprom/realmode/x86.c b/src/device/oprom/realmode/x86.c
index 4338e6e53a..7dec2587bf 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