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>
This commit is contained in:
parent
06b68d1097
commit
18d41e1c45
|
@ -62,12 +62,7 @@ chip soc/amd/picasso
|
||||||
device pci 0.1 off end # integrated Ethernet MAC
|
device pci 0.1 off end # integrated Ethernet MAC
|
||||||
device pci 0.2 off end # integrated Ethernet MAC
|
device pci 0.2 off end # integrated Ethernet MAC
|
||||||
end
|
end
|
||||||
device pci 14.0 on # SM
|
device pci 14.0 on end # 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.3 on # - D14F3 bridge
|
device pci 14.3 on # - D14F3 bridge
|
||||||
chip superio/smsc/sio1036 # optional debug card
|
chip superio/smsc/sio1036 # optional debug card
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue