From d161aba09b6512beea0f647f9ecd8dc10fd15808 Mon Sep 17 00:00:00 2001 From: "Jonathan A. Kollasch" Date: Sat, 31 Jan 2015 14:23:36 -0600 Subject: winent/mb6047: Remove redundant P-State generation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Recently ck804/lpc.c started generating pstates for us. Change-Id: Ie47fff0516e0e838fdcd5084074ce2cabfe7e290 Signed-off-by: Jonathan A. Kollasch Reviewed-on: http://review.coreboot.org/8318 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/mainboard/winent/mb6047/mainboard.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/winent/mb6047/mainboard.c b/src/mainboard/winent/mb6047/mainboard.c index 10d99a29d3..6ebe04c869 100644 --- a/src/mainboard/winent/mb6047/mainboard.c +++ b/src/mainboard/winent/mb6047/mainboard.c @@ -1,18 +1,7 @@ -#include #include -#include -#include -#include -#include -#include - -static void mainboard_acpi_fill_ssdt_generator(device_t device) { - amd_generate_powernow(0, 0, 0); -} static void mainboard_enable(device_t dev) { - dev->ops->acpi_fill_ssdt_generator = mainboard_acpi_fill_ssdt_generator; } struct chip_operations mainboard_ops = { -- cgit v1.2.3