提交 2d62f488 编写于 作者: A Adrian Hunter 提交者: Artem Bityutskiy

do_mounts: allow UBI root device name

Similarly to MTD devices, allow UBI devices.
Signed-off-by: NAdrian Hunter <ext-adrian.hunter@nokia.com>
上级 4ee6afd3
......@@ -372,7 +372,8 @@ void __init prepare_namespace(void)
if (saved_root_name[0]) {
root_device_name = saved_root_name;
if (!strncmp(root_device_name, "mtd", 3)) {
if (!strncmp(root_device_name, "mtd", 3) ||
!strncmp(root_device_name, "ubi", 3)) {
mount_block_root(root_device_name, root_mountflags);
goto out;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册