diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-15 21:23:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-15 21:23:58 +0100 |
commit | 12b3bedeb67dbf9bbf082c91aa50ee5d004e0d41 (patch) | |
tree | 99841b675b9c49ed611928f58e7ad29cbdd24c41 /target/linux/patches/5.10.100/startup.patch | |
parent | 7833b797b8907c1e1b8981d9f586ed6adc7686c6 (diff) |
linux: update 5.10.x to latest
Diffstat (limited to 'target/linux/patches/5.10.100/startup.patch')
-rw-r--r-- | target/linux/patches/5.10.100/startup.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/patches/5.10.100/startup.patch b/target/linux/patches/5.10.100/startup.patch new file mode 100644 index 000000000..eef481021 --- /dev/null +++ b/target/linux/patches/5.10.100/startup.patch @@ -0,0 +1,25 @@ +diff -Nur linux-5.10.17.orig/init/initramfs.c linux-5.10.17/init/initramfs.c +--- linux-5.10.17.orig/init/initramfs.c 2021-02-17 11:02:30.000000000 +0100 ++++ linux-5.10.17/init/initramfs.c 2021-02-23 13:27:40.449467155 +0100 +@@ -636,6 +636,9 @@ + initrd_start = 0; + initrd_end = 0; + ++#ifdef CONFIG_DEVTMPFS_MOUNT ++ devtmpfs_mount(); ++#endif + flush_delayed_fput(); + return 0; + } +diff -Nur linux-5.10.17.orig/init/main.c linux-5.10.17/init/main.c +--- linux-5.10.17.orig/init/main.c 2021-02-17 11:02:30.000000000 +0100 ++++ linux-5.10.17/init/main.c 2021-02-23 13:39:32.238650450 +0100 +@@ -1483,6 +1483,8 @@ + pr_err("Warning: unable to open an initial console.\n"); + return; + } ++ printk(KERN_WARNING "Starting Linux (built with OpenADK).\n"); ++ + init_dup(file); + init_dup(file); + init_dup(file); |