summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/colibri-vf.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf
index d3fee40..aef2abe 100644
--- a/conf/machine/colibri-vf.conf
+++ b/conf/machine/colibri-vf.conf
@@ -23,4 +23,11 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
SERIAL_CONSOLE = "115200 ttymxc0"
MACHINE_FEATURES = "apm usbgadget usbhost vfat ext2 alsa touchscreen ethernet wifi bluetooth 3g"
-EXTRA_IMAGEDEPENDS += "u-boot" \ No newline at end of file
+EXTRA_IMAGEDEPENDS += "u-boot"
+
+#Workaround
+#if there is /dev/null with correct major and minor number, the userspace RS232
+#console gobbles most of the output. Sometimes there is a kernel oops during
+#init. So don't provide any device files during in the rootfs and let the
+#tempdevfs do the work
+USE_DEVFS = "1"