Enable support for PAE and more than 4 GB of RAM.

This config was getting included from within the platform
specific BSPs that have been removed. Include it here
to make sure there is no change in behavior for Intel BSPs.

Signed-off-by: Anuj Mittal <anuj.mit...@intel.com>
---
 bsp/intel-common/intel-core2-32.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bsp/intel-common/intel-core2-32.cfg 
b/bsp/intel-common/intel-core2-32.cfg
index 2b3651e..87aa1b6 100644
--- a/bsp/intel-common/intel-core2-32.cfg
+++ b/bsp/intel-common/intel-core2-32.cfg
@@ -5,3 +5,6 @@ CONFIG_MCORE2=y
 
 # max available for this processory family
 CONFIG_NR_CPUS=8
+
+CONFIG_X86_PAE=y
+CONFIG_HIGHMEM64G=y
-- 
2.7.4

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to