summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/conf/machine/emenlow-noemgd.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-noemgd.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-noemgd.conf')
-rw-r--r--meta-emenlow/conf/machine/emenlow-noemgd.conf1
1 files changed, 1 insertions, 0 deletions
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} \
13 ${XSERVER_X86_EXT} \ 13 ${XSERVER_X86_EXT} \
14 ${XSERVER_X86_MODESETTING} \ 14 ${XSERVER_X86_MODESETTING} \
15 " 15 "
16APPEND += "reboot=pci"