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>
This commit is contained in:
parent
51ca10f548
commit
7842eb2997
|
@ -23,6 +23,9 @@
|
||||||
|
|
||||||
#include <arch/io.h>
|
#include <arch/io.h>
|
||||||
#include <arch/registers.h>
|
#include <arch/registers.h>
|
||||||
|
#include <cpu/amd/lxdef.h>
|
||||||
|
#include <cpu/amd/vr.h>
|
||||||
|
#include <cbfs.h>
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <arch/interrupt.h>
|
#include <arch/interrupt.h>
|
||||||
#include <cbfs.h>
|
#include <cbfs.h>
|
||||||
|
@ -350,9 +353,6 @@ void run_bios(struct device *dev, unsigned long addr)
|
||||||
}
|
}
|
||||||
|
|
||||||
#if CONFIG_GEODE_VSA
|
#if CONFIG_GEODE_VSA
|
||||||
#include <cpu/amd/lxdef.h>
|
|
||||||
#include <cpu/amd/vr.h>
|
|
||||||
#include <cbfs.h>
|
|
||||||
|
|
||||||
#define VSA2_BUFFER 0x60000
|
#define VSA2_BUFFER 0x60000
|
||||||
#define VSA2_ENTRY_POINT 0x60020
|
#define VSA2_ENTRY_POINT 0x60020
|
||||||
|
|
Loading…
Reference in New Issue