Paul Menzel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46559 )
Change subject: mb/amd/mandolin: mandolin: Fix typo in *Coprocessor* in comment ......................................................................
mb/amd/mandolin: mandolin: Fix typo in *Coprocessor* in comment
This reduces the difference with Cereme’s devicetree file.
Change-Id: I1e6ba5891245562d5132307eab224623031e11c8 Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/46559/1
diff --git a/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb b/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb index 3de5812..b519e4a 100644 --- a/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb +++ b/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb @@ -148,7 +148,7 @@ device pci 8.1 on # Bridge to Bus A device pci 0.0 on end # Internal GPU device pci 0.1 on end # Display HDA - device pci 0.2 on end # Crypto Coprocesor + device pci 0.2 on end # Crypto Coprocessor device pci 0.3 on end # USB 3.1 device pci 0.4 on end # USB 3.1 device pci 0.5 on end # Audio
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46559 )
Change subject: mb/amd/mandolin: mandolin: Fix typo in *Coprocessor* in comment ......................................................................
Patch Set 1: Code-Review+2
Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/46559 )
Change subject: mb/amd/mandolin: mandolin: Fix typo in *Coprocessor* in comment ......................................................................
mb/amd/mandolin: mandolin: Fix typo in *Coprocessor* in comment
This reduces the difference with Cereme’s devicetree file.
Change-Id: I1e6ba5891245562d5132307eab224623031e11c8 Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de Reviewed-on: https://review.coreboot.org/c/coreboot/+/46559 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Held felix-coreboot@felixheld.de --- M src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved
diff --git a/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb b/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb index 15b4924..1e3b3e8 100644 --- a/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb +++ b/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb @@ -148,7 +148,7 @@ device pci 8.1 on # Bridge to Bus A device pci 0.0 on end # Internal GPU device pci 0.1 on end # Display HDA - device pci 0.2 on end # Crypto Coprocesor + device pci 0.2 on end # Crypto Coprocessor device pci 0.3 on end # USB 3.1 device pci 0.4 on end # USB 3.1 device pci 0.5 on end # Audio