Skip to content

Commit

Permalink
conf/machine/h3600: switch to linux (2.6.29)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bluelightning committed Jan 21, 2012
1 parent 617301b commit 7e17fd8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions conf/machine/h3600.conf
Expand Up @@ -5,8 +5,6 @@
# #
# Hardware-based properties # Hardware-based properties
# #
TARGET_ARCH = "arm"

require conf/machine/include/tune-strongarm1100.inc require conf/machine/include/tune-strongarm1100.inc


# h3700, h3800 have 32, but let that be the bonus # h3700, h3800 have 32, but let that be the bonus
Expand All @@ -21,7 +19,7 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget screen vfat"
# #
# Software/packages selection # Software/packages selection
# #
PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" PREFERRED_PROVIDER_virtual/kernel = "linux"
PCMCIA_MANAGER = "pcmciautils" PCMCIA_MANAGER = "pcmciautils"
PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_xserver = "xserver-kdrive"


Expand Down

0 comments on commit 7e17fd8

Please sign in to comment.