From 15cf0adc3edaf184d98a3b3c228e0858ff7b24d3 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Fri, 27 Jul 2012 19:22:26 +0300 Subject: Fix mainboard level enable_dev() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 188e3c2ff06a82f61d7d71e610b32b1a250c0a45 dropped mainboard out of the static device tree. This left dev_root->chip_ops unset, and mainboard_ops.enable_dev() was no longer called. Change-Id: I6d447c8049a66041b8bb36ec9aac3e7e0d20a99b Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/1374 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/emulation/qemu-x86/chip.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/emulation') diff --git a/src/mainboard/emulation/qemu-x86/chip.h b/src/mainboard/emulation/qemu-x86/chip.h index 56a14edd40..ff9301f418 100644 --- a/src/mainboard/emulation/qemu-x86/chip.h +++ b/src/mainboard/emulation/qemu-x86/chip.h @@ -1,7 +1,3 @@ -extern struct chip_operations mainboard_ops; - -struct mainboard_config {}; - struct mainboard_emulation_qemu_x86_config {}; extern struct chip_operations mainboard_emulation_qemu_x86_ops; -- cgit v1.2.3