Author: oxygene
Date: Thu Apr  8 14:47:35 2010
New Revision: 5376
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5376

Log:
cpu/emulation/qemu-x86 doesn't exist anymore, as this
is folded into mainboard/emulation/qemu-x86. Adapt code.

Signed-off-by: Patrick Georgi <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>

Modified:
   trunk/src/mainboard/emulation/qemu-x86/chip.h
   trunk/src/mainboard/emulation/qemu-x86/devicetree.cb
   trunk/src/mainboard/emulation/qemu-x86/northbridge.c

Modified: trunk/src/mainboard/emulation/qemu-x86/chip.h
==============================================================================
--- trunk/src/mainboard/emulation/qemu-x86/chip.h       Thu Apr  8 14:46:18 
2010        (r5375)
+++ trunk/src/mainboard/emulation/qemu-x86/chip.h       Thu Apr  8 14:47:35 
2010        (r5376)
@@ -3,9 +3,9 @@
 struct mainboard_config {
 };
 
-struct cpu_emulation_qemu_x86_config
+struct mainboard_emulation_qemu_x86_config
 {
 };
 
-extern struct chip_operations cpu_emulation_qemu_x86_ops;
+extern struct chip_operations mainboard_emulation_qemu_x86_ops;
 

Modified: trunk/src/mainboard/emulation/qemu-x86/devicetree.cb
==============================================================================
--- trunk/src/mainboard/emulation/qemu-x86/devicetree.cb        Thu Apr  8 
14:46:18 2010        (r5375)
+++ trunk/src/mainboard/emulation/qemu-x86/devicetree.cb        Thu Apr  8 
14:47:35 2010        (r5376)
@@ -1,4 +1,4 @@
-chip cpu/emulation/qemu-x86
+chip mainboard/emulation/qemu-x86
        device pci_domain 0 on 
                device pci 0.0 on end
 

Modified: trunk/src/mainboard/emulation/qemu-x86/northbridge.c
==============================================================================
--- trunk/src/mainboard/emulation/qemu-x86/northbridge.c        Thu Apr  8 
14:46:18 2010        (r5375)
+++ trunk/src/mainboard/emulation/qemu-x86/northbridge.c        Thu Apr  8 
14:47:35 2010        (r5376)
@@ -152,7 +152,7 @@
        }
 }
 
-struct chip_operations cpu_emulation_qemu_x86_ops = {
+struct chip_operations mainboard_emulation_qemu_x86_ops = {
        CHIP_NAME("QEMU Northbridge")
        .enable_dev = enable_dev,
 };

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

Reply via email to