From: Chih-Wei Huang Date: Sun, 29 Apr 2012 17:54:09 +0000 (+0800) Subject: Revert "add forced improved Power Management for PCIe devices since no problems were... X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9e8b2693bf9022af96b9669ea57241d52b2e94ed;p=android-x86%2Fdevice-common.git 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. --- 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