mmc:Change startup message in rc script.

This commit is contained in:
Kees Jongenburger 2013-04-08 15:08:15 +02:00
parent 7015c66bfa
commit aa3db0e0e2

View file

@ -29,7 +29,7 @@ then if [ -e $ACPI -a -n "`sysenv acpi`" ]
fi
if [ X`/bin/sysenv arch` = Xearm ]
then echo starting mmc driver
then echo Starting the mmc driver
/bin/service -c up /sbin/mmc -dev /dev/c0d0
fi