lenovo/x60: Drop global oprom_is_loaded
Variable use is specific to ChromeOS. Change-Id: I5b61a038e6b08e3b2408c4d990749d45fdf2148d Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/4306 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>
This commit is contained in:
parent
b67d99c01a
commit
e02a8330e8
|
@ -57,7 +57,6 @@ static unsigned int graphics;
|
||||||
static unsigned short addrport;
|
static unsigned short addrport;
|
||||||
static unsigned short dataport;
|
static unsigned short dataport;
|
||||||
static unsigned int physbase;
|
static unsigned int physbase;
|
||||||
int oprom_is_loaded;
|
|
||||||
|
|
||||||
#define PGETBL_CTL 0x2020
|
#define PGETBL_CTL 0x2020
|
||||||
#define PGETBL_ENABLED 0x00000001
|
#define PGETBL_ENABLED 0x00000001
|
||||||
|
@ -396,6 +395,5 @@ int i915lightup(unsigned int pphysbase, unsigned int piobase,
|
||||||
|
|
||||||
printk(BIOS_SPEW, "%ld microseconds\n", globalmicroseconds());
|
printk(BIOS_SPEW, "%ld microseconds\n", globalmicroseconds());
|
||||||
i915_init_done = 1;
|
i915_init_done = 1;
|
||||||
oprom_is_loaded = 1;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue