Author: myles
Date: Thu Jun 10 05:14:00 2010
New Revision: 5627
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5627

Log:
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 <[email protected]>
Acked-by: Myles Watson <[email protected]>

Modified:
   trunk/src/mainboard/amd/rumba/devicetree.cb

Modified: trunk/src/mainboard/amd/rumba/devicetree.cb
==============================================================================
--- trunk/src/mainboard/amd/rumba/devicetree.cb Thu Jun 10 00:41:35 2010        
(r5626)
+++ trunk/src/mainboard/amd/rumba/devicetree.cb Thu Jun 10 05:14:00 2010        
(r5627)
@@ -15,7 +15,7 @@
                        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

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to