From becb74a76ee9784e025d4b2ee9e79987780c2a16 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Mon, 3 Feb 2014 11:35:38 -0800 Subject: emenlow: Move reboot quirk to MACHINE config from linux-yocto Move the "reboot=pci" quirk from the linux-yocto BSP definition to the machine config APPEND line. This pushes config space stuff up into the meta-intel machine definition where it is more accessible and allows for consolidation in the linux-yocto level. Signed-off-by: Darren Hart Cc: Nitin Kamble --- meta-emenlow/conf/machine/emenlow-noemgd.conf | 1 + meta-emenlow/conf/machine/emenlow.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-emenlow/conf') diff --git a/meta-emenlow/conf/machine/emenlow-noemgd.conf b/meta-emenlow/conf/machine/emenlow-noemgd.conf index 571e2f14..f7b11e6e 100644 --- a/meta-emenlow/conf/machine/emenlow-noemgd.conf +++ b/meta-emenlow/conf/machine/emenlow-noemgd.conf @@ -13,3 +13,4 @@ XSERVER ?= "${XSERVER_X86_BASE} \ ${XSERVER_X86_EXT} \ ${XSERVER_X86_MODESETTING} \ " +APPEND += "reboot=pci" diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index ebbde95d..502d196a 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf @@ -29,4 +29,4 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" PREFERRED_VERSION_emgd-driver-bin ?= "1.18" PREFERRED_VERSION_libva ?= "1.0.16" -APPEND += "video=vesafb vga=0x318 vmalloc=256MB" +APPEND += "video=vesafb vga=0x318 vmalloc=256MB reboot=pci" -- cgit v1.2.3-54-g00ecf