* improve similar pkg suggestions and share code in core-functions for all scripts...
[t2sde.git] / package / kernel / linux / helloworld.patch
blob1adf45df78c84716635250f52d8a2e5c315bf48b
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/linux/helloworld.patch
3 # Copyright (C) 2022 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- linux-5.18/arch/powerpc/platforms/powermac/udbg_scc.c.vanilla 2022-05-29 13:43:25.840760694 +0200
15 +++ linux-5.18/arch/powerpc/platforms/powermac/udbg_scc.c 2022-05-29 13:44:09.047758971 +0200
16 @@ -148,7 +148,7 @@
17 udbg_getc = udbg_scc_getc;
18 udbg_getc_poll = udbg_scc_getc_poll;
20 - udbg_puts("Hello World !\n");
21 + udbg_puts("udbg_scc_init\n");
23 bail:
24 of_node_put(macio);