Commit acbc86a
llext: linker: use INFO type instead of COPY
COPY and INFO are different names for the same Output Section Type,
but the latter is easier to understand in the context we are using it.
Replace COPY with INFO in the LLEXT linker script snippet.
Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>1 parent 2bfb7e4 commit acbc86a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments