[yocto] [PATCH 6/7] sys940x: Use PHYSICAL_START of 0x200000 to boot

Darren Hart dvhart at linux.intel.com
Tue May 1 15:13:30 PDT 2012


Boot fails with a kernel panic in setup_trampoline or shortly
after Freeing kernel memory, when using 0x1000000 for PHYSICAL_START
and PHYSICAL_ALIGN. Use 0x200000 instead.

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

diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
index b101419..d4b44b2 100644
--- a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
+++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.cfg
@@ -42,3 +42,7 @@ CONFIG_MODULES=y
 CONFIG_SHMEM=y
 CONFIG_TMPFS=y
 CONFIG_PACKET=y
+
+# Boot fails with the default of 0x1000000 (16MB)
+CONFIG_PHYSICAL_START=0x200000
+CONFIG_PHYSICAL_ALIGN=0x200000
-- 
1.7.7.6




More information about the yocto mailing list