Commit b1939e9
Fix linker section pattern to match pte_to_header.py output
pte_to_header.py generates __attribute__((section("network_model_sec")))
(no leading dot), but the linker snippet used *(.network_model_sec) which
doesn't match. The model ended up in MODEL_DDR anyway because the linker
placed the orphan into the identically-named output section, but this
produced a warning. Drop the leading dots so the pattern matches directly.
Co-authored-by: Claude <noreply@anthropic.com>1 parent 39d3f7d commit b1939e9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
0 commit comments