aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-01-21 13:14:09 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-01-21 13:05:58 +0000
commit7e17fd80927b4af06ad40dcb97bfde2dea6da6c9 (patch)
treea624adc1cdb2ed7128596dc46dfc1f4841540105 /conf
parent617301bc5052f9e2611da62b85be6ce52e69d686 (diff)
downloadmeta-handheld-7e17fd80927b4af06ad40dcb97bfde2dea6da6c9.tar.gz
conf/machine/h3600: switch to linux (2.6.29)
Switch from linux-handhelds-2.6 (2.6.21-hh20) to standard linux (2.6.29.6) kernel. Also remove redundant setting of TARGET_ARCH (the include files already set this). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/h3600.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf
index 8b1a417..2c94529 100644
--- a/conf/machine/h3600.conf
+++ b/conf/machine/h3600.conf
@@ -5,8 +5,6 @@
#
# Hardware-based properties
#
-TARGET_ARCH = "arm"
-
require conf/machine/include/tune-strongarm1100.inc
# h3700, h3800 have 32, but let that be the bonus
@@ -21,7 +19,7 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget screen vfat"
#
# Software/packages selection
#
-PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
PCMCIA_MANAGER = "pcmciautils"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"