[poky] [PATCH 1/3] make beagleboard build with march=armv7-a
Tue Feb 1 09:22:25 PST 2011
From: Darren Hart <dvhart at linux.intel.com>
Update the beagleboard config to ensure the kernel builds for march=armv7-a,
and not armv6 as it was previously doing. With this config and the recent ARM
EHCI and +sec patches, the Beagleboard xM will boot linux-yocto-2.6.37.
Signed-off-by: Darren Hart <dvhart at linux.intel.com>
CC: Bruce Ashfield <bruce.ashfield at windriver.com>
---
.../kernel-cache/bsp/beagleboard/beagleboard.cfg | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg b/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg
index 97f583d..4c7365e 100644
--- a/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg
+++ b/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg
@@ -2,14 +2,19 @@
# System Type
#
CONFIG_ARCH_OMAP=y
-CONFIG_ARCH_OMAP3430=y
#
# TI OMAP Implementations
#
+# CONFIG_ARCH_OMAP2 is not set
CONFIG_ARCH_OMAP3=y
#
+# TI OMAP Common Features
+#
+CONFIG_ARCH_OMAP2PLUS=y
+
+#
# OMAP Feature Selections
#
CONFIG_OMAP_32K_TIMER=y
--
1.7.1
More information about the poky
mailing list