diff options
author | Philip Balister <philip@balister.org> | 2006-08-30 21:52:52 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2006-08-30 21:52:52 +0000 |
commit | ac7135e9c90c73e8c3fab13b7209b8e2f64910e7 (patch) | |
tree | 1c644377a4ed55fa67a69aac01c6d832c41221e8 /conf/machine/omap5912osk.conf | |
parent | b777f492ed8bfd26d409f31cfafb724f1ed62848 (diff) |
Update openomap distro and omap5912osk machine file with fixes to
allow the OSK to boot. Includes changes to the kernel config to add
TMPFS to the kernel config.
The deployed fstab may need some tweaking still.
Diffstat (limited to 'conf/machine/omap5912osk.conf')
-rw-r--r-- | conf/machine/omap5912osk.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/omap5912osk.conf b/conf/machine/omap5912osk.conf index cf9e96ce19..fc17985233 100644 --- a/conf/machine/omap5912osk.conf +++ b/conf/machine/omap5912osk.conf @@ -5,6 +5,8 @@ TARGET_ARCH = "arm" IPKG_EXTRA_ARCHS = "armv5te" +HOTPLUG = "udev" + PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "linux-omap1" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" @@ -18,7 +20,7 @@ PREFERRED_VERSION_linux-omap1 = "2.6.x+git" BOOTSTRAP_EXTRA_RDEPENDS += "modutils-collateral" SERIAL_CONSOLE ?= "115200 ttyS0" -EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" # PCMCIA Modules #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcmcia-core kernel-module-pcmcia" |