diff options
author | Myles Watson <mylesgw@gmail.com> | 2010-06-10 03:14:00 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-06-10 03:14:00 +0000 |
commit | 7a60c37c9346b9f9ba9aa623d10c052c6df5a5f7 (patch) | |
tree | 2c876318b74391309411a10917396ac653a60869 /src/mainboard/amd | |
parent | 894a34715f41f7c819a593dc3ff8e3033ffaa9fe (diff) |
The devicetree was wrong, but I'm still surprised it broke. This fixes the
board, but doesn't fix the device tree parsing.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5627 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/rumba/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/rumba/devicetree.cb b/src/mainboard/amd/rumba/devicetree.cb index 7ccb1fcf97..fc49cbe2ac 100644 --- a/src/mainboard/amd/rumba/devicetree.cb +++ b/src/mainboard/amd/rumba/devicetree.cb @@ -15,7 +15,7 @@ chip northbridge/amd/gx2 device pci f.2 on end # IDE Controller device pci f.3 on end # Audio device pci f.4 on end # OHCI - device pci f.4 on end # UHCI + device pci f.5 on end # EHCI end end end |