Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35272 )
Change subject: soc/amd/common: Remove Picasso display HDA from list ......................................................................
soc/amd/common: Remove Picasso display HDA from list
Change-Id: I306a806dc510e3a4ee3d9c0663306dc93b1d936d Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com --- M src/soc/amd/common/block/hda/hda.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/35272/1
diff --git a/src/soc/amd/common/block/hda/hda.c b/src/soc/amd/common/block/hda/hda.c index 49fc1a6..df3dc5e 100644 --- a/src/soc/amd/common/block/hda/hda.c +++ b/src/soc/amd/common/block/hda/hda.c @@ -21,7 +21,6 @@ static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_AMD_SB900_HDA, PCI_DEVICE_ID_AMD_CZ_HDA, - PCI_DEVICE_ID_AMD_PCO_HDA0, PCI_DEVICE_ID_AMD_PCO_HDA1, 0 };