summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/conf/machine/emenlow.conf
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-02-03 11:35:38 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-02-03 11:35:38 -0800
commitbecb74a76ee9784e025d4b2ee9e79987780c2a16 (patch)
tree0c6b118128ce8fdf6512c522785ec42d01f78a0d /meta-emenlow/conf/machine/emenlow.conf
parentc5ca9f67121bff0b7400a175f005212234906b37 (diff)
downloadmeta-intel-becb74a76ee9784e025d4b2ee9e79987780c2a16.tar.gz
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 <dvhart@linux.intel.com> Cc: Nitin Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta-emenlow/conf/machine/emenlow.conf')
-rw-r--r--meta-emenlow/conf/machine/emenlow.conf2
1 files changed, 1 insertions, 1 deletions
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"
29PREFERRED_VERSION_emgd-driver-bin ?= "1.18" 29PREFERRED_VERSION_emgd-driver-bin ?= "1.18"
30PREFERRED_VERSION_libva ?= "1.0.16" 30PREFERRED_VERSION_libva ?= "1.0.16"
31 31
32APPEND += "video=vesafb vga=0x318 vmalloc=256MB" 32APPEND += "video=vesafb vga=0x318 vmalloc=256MB reboot=pci"