[linux-yocto] [PATCH 4/5] fri2: Required boot config for fri2

Darren Hart dvhart at linux.intel.com
Mon Oct 22 15:28:53 PDT 2012


The following configs are required for the fri2 to boot. These are
dropped in the tiny config if not explicitly specified. Ensure they are.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 meta/cfg/kernel-cache/bsp/fri2/fri2.cfg |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg b/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
index d342bef..b4cfffe 100644
--- a/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
+++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
@@ -2,6 +2,10 @@ CONFIG_X86_32=y
 CONFIG_MATOM=y
 CONFIG_PRINTK=y
 
+# Configs required for boot on this device
+CONFIG_DMI=y
+CONFIG_MTRR=y
+
 # Basic hardware support for the box - network, USB, PCI, sound
 CONFIG_ATA=y
 CONFIG_PCI=y
-- 
1.7.5.4




More information about the linux-yocto mailing list