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:
Kyösti Mälkki 2013-12-02 17:12:47 +02:00
parent b67d99c01a
commit e02a8330e8
1 changed files with 0 additions and 2 deletions

View File

@ -57,7 +57,6 @@ static unsigned int graphics;
static unsigned short addrport;
static unsigned short dataport;
static unsigned int physbase;
int oprom_is_loaded;
#define PGETBL_CTL 0x2020
#define PGETBL_ENABLED 0x00000001
@ -396,6 +395,5 @@ int i915lightup(unsigned int pphysbase, unsigned int piobase,
printk(BIOS_SPEW, "%ld microseconds\n", globalmicroseconds());
i915_init_done = 1;
oprom_is_loaded = 1;
return 0;
}