aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imote2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/imote2.conf')
-rw-r--r--conf/machine/imote2.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/imote2.conf b/conf/machine/imote2.conf
index 24da0d0678..72830e1a57 100644
--- a/conf/machine/imote2.conf
+++ b/conf/machine/imote2.conf
@@ -3,13 +3,13 @@
#@DESCRIPTION: Machine configuration for Crossbow iMote 2
TARGET_ARCH = "arm"
-PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/kernel = "linux-zigbee"
PACKAGE_EXTRA_ARCHS = " iwmmxt"
KERNEL_IMAGETYPE = "zImage"
IMAGE_FSTYPE += "jffs2"
-EXTRA_IMAGECMD_jffs2 = "--little-endian -e 0x40000 --pad=0x01DC0000 --eraseblock=0x20000"
+EXTRA_IMAGECMD_jffs2 = "--little-endian --pad=0x01DC0000 --eraseblock=0x20000"
CMDLINE="root=/dev/mtdblock2 rootfstype=jffs2 console=ttyS2,115200 mem=32M"