--- zzzz-none-000/linux-5.15.111/init/do_mounts.c 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/init/do_mounts.c 2024-02-07 09:28:08.000000000 +0000 @@ -1,4 +1,8 @@ // SPDX-License-Identifier: GPL-2.0-only +/* + * Includes Intel Corporation's changes/modifications dated: 2017. + * Changed/modified portions - Copyright (c) 2017, Intel Corporation. + */ #include #include #include @@ -621,6 +625,7 @@ root_device_name = saved_root_name; if (!strncmp(root_device_name, "mtd", 3) || !strncmp(root_device_name, "ubi", 3)) { + printk("root device name :%s\r\n",root_device_name); mount_block_root(root_device_name, root_mountflags); goto out; }