diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-07-03 05:35:03 +0300 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-07-06 15:18:52 +0000 |
commit | 18d41e1c45c2e18e8c6d7ce0033f7e2577448745 (patch) | |
tree | ce4b9058751e7875dce173434aaa1df87d618d01 /src | |
parent | 06b68d1097b31f55883b4f8ad9503783dfff239a (diff) | |
download | coreboot-18d41e1c45c2e18e8c6d7ce0033f7e2577448745.tar.xz |
mb/amd/mandolin: Drop SPD eeproms in devicetree
Even with previous platforms, these entries were not
utilised for raminit.
Change-Id: I9a9a1a292bad8c4c89cbacb826c80f4098cae00f
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43046
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb b/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb index 495961feee..97022c5379 100644 --- a/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb +++ b/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb @@ -62,12 +62,7 @@ chip soc/amd/picasso device pci 0.1 off end # integrated Ethernet MAC device pci 0.2 off end # integrated Ethernet MAC end - device pci 14.0 on # SM - chip drivers/generic/generic # dimm 0-0-0 - device i2c 50 on end - device i2c 51 on end - end - end # SM + device pci 14.0 on end # SM device pci 14.3 on # - D14F3 bridge chip superio/smsc/sio1036 # optional debug card end |