summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/include/soc/pci_devs.h
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2019-07-01 10:53:40 -0500
committerMartin Roth <martinroth@google.com>2019-07-03 21:48:52 +0000
commit7997f1ff88d6154890b2489c93548f266ae6b8a9 (patch)
tree810efcd701b1394ca8146b677f79790f602dd86d /src/soc/amd/picasso/include/soc/pci_devs.h
parentfa4a74b098731bf3e0979c20a65fa883bf4c57f3 (diff)
downloadcoreboot-7997f1ff88d6154890b2489c93548f266ae6b8a9.tar.gz
coreboot-7997f1ff88d6154890b2489c93548f266ae6b8a9.tar.bz2
coreboot-7997f1ff88d6154890b2489c93548f266ae6b8a9.zip
soc/amd/picasso: Remove SD controller
Change-Id: Ie9cf361ed0caba9c73727453c4a503557edc854d Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33988 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/amd/picasso/include/soc/pci_devs.h')
-rw-r--r--src/soc/amd/picasso/include/soc/pci_devs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/soc/amd/picasso/include/soc/pci_devs.h b/src/soc/amd/picasso/include/soc/pci_devs.h
index c823fdbfdcdb..8a885f2c0be4 100644
--- a/src/soc/amd/picasso/include/soc/pci_devs.h
+++ b/src/soc/amd/picasso/include/soc/pci_devs.h
@@ -188,11 +188,4 @@
#define LPC_DEVFN PCI_DEVFN(PCU_DEV, LPC_FUNC)
#define SOC_LPC_DEV _SOC_DEV(PCU_DEV, LPC_FUNC)
-/* SD Controller */
-#define SD_DEV 0x14
-#define SD_FUNC 7
-#define SD_DEVID 0x7906
-#define SD_DEVFN PCI_DEVFN(SD_DEV, SD_FUNC)
-#define SOC_SD_DEV _SOC_DEV(SD_DEV, SD_FUNC)
-
#endif /* __PI_PICASSO_PCI_DEVS_H__ */