OSDN Git Service

Revert "add forced improved Power Management for PCIe devices since no problems were...
authorChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 29 Apr 2012 17:54:09 +0000 (01:54 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 29 Apr 2012 17:55:21 +0000 (01:55 +0800)
This reverts commit 2efe59329e3d8e0f3ede6f1b00ddb6b8c3d0456b.

generic_x86/BoardConfig.mk

index ed8cfaa..e0a462c 100644 (file)
@@ -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