aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-04-01 00:42:01 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-04-01 00:46:33 +0200
commita7f92402c43c3b2206cada02b38446cbd25e01c5 (patch)
treedd5c195e3f37f800782ec00d1b7db9d1e14d6ae8 /files
parent05bb6725ac4711d12d3de543cf919baf04066c00 (diff)
downloadopenembedded-a7f92402c43c3b2206cada02b38446cbd25e01c5.tar.gz
device_table_minimal: add /dev/event1 - /dev/event7
- while there, - delete device_table_kexecboot - add /dev/mmcblk0p7 to device_table-oldmmc
Diffstat (limited to 'files')
-rw-r--r--files/device_table-kexecboot.txt7
-rw-r--r--files/device_table-minimal.txt10
2 files changed, 8 insertions, 9 deletions
diff --git a/files/device_table-kexecboot.txt b/files/device_table-kexecboot.txt
deleted file mode 100644
index ff17a8e8e1..0000000000
--- a/files/device_table-kexecboot.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-# mmc numbers are assigned dynamicly so if you have other dynamic assigned block devices it may be wrong
-/dev/mmcblk0 b 660 0 6 179 0 - - -
-/dev/mmcblk0p1 b 660 0 6 179 1 - - -
-/dev/mmcblk0p2 b 660 0 6 179 2 - - -
-/dev/mmcblk0p3 b 660 0 6 179 3 - - -
-/dev/event0 c 660 0 0 13 64 - - -
-/dev/fb0 c 660 0 0 29 0 - - -
diff --git a/files/device_table-minimal.txt b/files/device_table-minimal.txt
index 2f47b1f311..891feb0ff2 100644
--- a/files/device_table-minimal.txt
+++ b/files/device_table-minimal.txt
@@ -30,7 +30,13 @@
/dev/urandom c 644 0 0 1 9 - - -
/dev/ptmx c 644 0 0 5 2 - - -
-# mmc numbers are assigned dynamicly so if you have other dynamic assigned block devices it may be wrong
+/dev/event c 660 0 0 13 64 0 1 8
+
/dev/mmcblk0 b 660 0 6 179 0 - - -
/dev/mmcblk0p b 660 0 6 179 1 1 1 8
-/dev/event0 c 660 0 0 13 64 - - -
+
+# for older kernels before 2.6.22
+# mmc numbers are assigned dynamicly so if you have other dynamic assigned block devices it may be wrong
+#
+#/dev/mmcblk0 b 660 0 6 254 0 - - -
+#/dev/mmcblk0p b 660 0 6 254 1 1 1 8