From 9e8b2693bf9022af96b9669ea57241d52b2e94ed Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Mon, 30 Apr 2012 01:54:09 +0800 Subject: [PATCH] Revert "add forced improved Power Management for PCIe devices since no problems were reported in the LKML, problem is apparently fixed in later kernel versions" This reverts commit 2efe59329e3d8e0f3ede6f1b00ddb6b8c3d0456b. --- generic_x86/BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic_x86/BoardConfig.mk b/generic_x86/BoardConfig.mk index ed8cfaa..e0a462c 100644 --- a/generic_x86/BoardConfig.mk +++ b/generic_x86/BoardConfig.mk @@ -57,7 +57,7 @@ BOARD_EGL_CFG ?= device/common/gpu/egl_mesa.cfg endif endif -BOARD_KERNEL_CMDLINE := root=/dev/ram0 androidboot.hardware=$(TARGET_PRODUCT) acpi_sleep=s3_bios,s3_mode pcie_aspm=force $(if $(BOARD_GPU_DRIVERS),,video=-16) +BOARD_KERNEL_CMDLINE := root=/dev/ram0 androidboot.hardware=$(TARGET_PRODUCT) acpi_sleep=s3_bios,s3_mode $(if $(BOARD_GPU_DRIVERS),,video=-16) # Enable dex-preoptimization to speed up the first boot sequence # of an SDK AVD. Note that this operation only works on Linux for now -- 2.11.0