nb/intel/haswell: Fix up C NGI remnants
Change-Id: I3cd5e99b9954a68837de85b49b4389b668e00cf4 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/19802 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
parent
10326ba889
commit
0df9a01009
2 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,6 @@ config NORTHBRIDGE_INTEL_HASWELL
|
|||
select CPU_INTEL_HASWELL
|
||||
select NORTHBRIDGE_INTEL_COMMON_MRC_CACHE
|
||||
select INTEL_DDI
|
||||
select INTEL_DP
|
||||
select INTEL_GMA_ACPI
|
||||
select RELOCATABLE_RAMSTAGE
|
||||
select CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM
|
||||
|
|
|
@ -430,7 +430,7 @@ static void gma_func0_init(struct device *dev)
|
|||
find_resource(dev, PCI_BASE_ADDRESS_2);
|
||||
|
||||
if (!linearfb_res || !linearfb_res->base)
|
||||
return;
|
||||
return;
|
||||
|
||||
/* IGD needs to be Bus Master */
|
||||
reg32 = pci_read_config32(dev, PCI_COMMAND);
|
||||
|
|
Loading…
Reference in a new issue