lenovo/t530/romstage.c: Trivial - move include to top
Change-Id: I6b80ad0da39e93072e28b48c40e1c71602133e7b Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6750 Tested-by: build bot (Jenkins) Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
This commit is contained in:
parent
35d5ea97f6
commit
a51064eb1a
|
@ -41,6 +41,7 @@
|
||||||
#include <cpu/x86/msr.h>
|
#include <cpu/x86/msr.h>
|
||||||
#include "gpio.h"
|
#include "gpio.h"
|
||||||
#include <cbfs.h>
|
#include <cbfs.h>
|
||||||
|
#include <cpu/intel/romstage.h>
|
||||||
|
|
||||||
static void pch_enable_lpc(void)
|
static void pch_enable_lpc(void)
|
||||||
{
|
{
|
||||||
|
@ -109,7 +110,6 @@ static void rcba_config(void)
|
||||||
RCBA32(BUC) = 0;
|
RCBA32(BUC) = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <cpu/intel/romstage.h>
|
|
||||||
void main(unsigned long bist)
|
void main(unsigned long bist)
|
||||||
{
|
{
|
||||||
int boot_mode = 0;
|
int boot_mode = 0;
|
||||||
|
|
Loading…
Reference in New Issue