From: Jai Dhar <[EMAIL PROTECTED]> Amended romfs_list to make device nodes for mmcblk devices. Thes are required for using nios_mmc.
Signed-off-by: Jai Dhar <[EMAIL PROTECTED]> Signed-off-by: Thomas Chou <[EMAIL PROTECTED]> --- vendors/Altera/nios2nommu/romfs_list | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/vendors/Altera/nios2nommu/romfs_list b/vendors/Altera/nios2nommu/romfs_list index 9489576..7ab84fe 100644 --- a/vendors/Altera/nios2nommu/romfs_list +++ b/vendors/Altera/nios2nommu/romfs_list @@ -162,3 +162,8 @@ nod /dev/i2c-0 666 0 0 c 89 0 nod /dev/i2c-1 666 0 0 c 89 1 nod /dev/video0 666 0 0 c 81 0 nod /dev/video1 666 0 0 c 81 1 +nod /dev/mmc0 666 0 0 b 179 0 +nod /dev/mmcblk0 666 0 0 b 179 0 +nod /dev/mmcblk0p1 666 0 0 b 179 1 +nod /dev/mmcblk0p2 666 0 0 b 179 2 +nod /dev/mmcblk0p3 666 0 0 b 179 3 -- 1.5.3.3 _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
