From: SeokYeon Hwang Date: Wed, 20 Feb 2013 08:12:13 +0000 (+0900) Subject: Revert "initframfs: W/A for boot with current platform images" X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e90798740638713046cf2d5586c00f8a32dbb289;p=sdk%2Femulator%2Femulator-kernel.git Revert "initframfs: W/A for boot with current platform images" This reverts commit be2ebbd086012b814820768d5e2d8aa9cadcdd04. --- diff --git a/ramfs/init b/ramfs/init index 486c2f26641c..8f14404fe4ef 100644 --- a/ramfs/init +++ b/ramfs/init @@ -51,11 +51,6 @@ echo "create device filesystem" # create device filesystem /bin/mkdir -p /new_root/dev /bin/mount -t devtmpfs devtmpfs /new_root/dev -# FIXME: W/A for boot until udev rules on platform is applied -/bin/mkdir -p /new_root/dev/dpram -/bin/mknod /new_root/dev/dpram/0 c 249 0 -/bin/mknod /new_root/dev/dpram/1 c 249 1 -# /bin/mkdir -p /new_root/sys >${CONSOLE} <${CONSOLE} 2>&1