mb/{intel/d510mo,foxconn/d41s}/devicetree.cb: Remove PEG device
Pineview does not support PEG. Change-Id: Ib0006dbd54e6f2031b97ed11ce61407ffcfa6244 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51150 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
0ba27fbc44
commit
8eb3a342d1
|
@ -13,7 +13,6 @@ chip northbridge/intel/pineview # Northbridge
|
|||
device domain 0 on # PCI domain
|
||||
subsystemid 0x105b 0x0d55 inherit
|
||||
device pci 0.0 on end # Host Bridge
|
||||
device pci 1.0 off end # PEG
|
||||
device pci 2.0 on end # Integrated graphics controller
|
||||
device pci 2.1 off end # Integrated graphics controller 2
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@ chip northbridge/intel/pineview # Northbridge
|
|||
end
|
||||
device domain 0 on # PCI domain
|
||||
device pci 0.0 on end # Host Bridge
|
||||
device pci 1.0 off end # PEG
|
||||
device pci 2.0 on end # Integrated graphics controller
|
||||
device pci 2.1 on end # Integrated graphics controller 2
|
||||
chip southbridge/intel/i82801gx # Southbridge
|
||||
|
|
Loading…
Reference in New Issue