aboutsummaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/fascinatemtd_initramfs_files/init2
-rwxr-xr-xusr/galaxysmtd_initramfs_files/init2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/fascinatemtd_initramfs_files/init b/usr/fascinatemtd_initramfs_files/init
index c987b80..c7a309d 100755
--- a/usr/fascinatemtd_initramfs_files/init
+++ b/usr/fascinatemtd_initramfs_files/init
@@ -9,7 +9,7 @@ busybox rm init
busybox mount -t proc proc /proc
busybox mount -t sysfs sysfs /sys
-while ! busybox test -d /sys/devices/platform/s3c-sdhci.0/mmc_host/mmc0/mmc0:0001 ; do
+while ! busybox test -d /sys/dev/block/179:0 ; do
echo "Waiting for internal mmc..."
busybox sleep 1
done
diff --git a/usr/galaxysmtd_initramfs_files/init b/usr/galaxysmtd_initramfs_files/init
index 25299df..1ea02e7 100755
--- a/usr/galaxysmtd_initramfs_files/init
+++ b/usr/galaxysmtd_initramfs_files/init
@@ -9,7 +9,7 @@ busybox rm init
busybox mount -t proc proc /proc
busybox mount -t sysfs sysfs /sys
-while ! busybox test -d /sys/devices/platform/s3c-sdhci.0/mmc_host/mmc0/mmc0:0001 ; do
+while ! busybox test -d /sys/dev/block/179:0 ; do
echo "Waiting for internal mmc..."
busybox sleep 1
done