Commit 7d9b601
pbio/platform/ev3/platform.ld: Ensure .bss is NOLOAD
Otherwise the recent addition of the .dma section defaults to PROGBITS
and causes the entire .bss section to be filled with 0s *on disk*,
thus bloating the firmware.elf file.1 parent 36e03d2 commit 7d9b601
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments