Commit 22ba919
committed
cmrt: change condition on _stext location check
This avoids spurious errors when `.text` doesn't fit in `FLASH` which
have nothing to do with the position of `_stext`. By not checking, we
let the linker provide its own, more-useful, error.
Closes rust-embedded#509.1 parent 6b3a5b7 commit 22ba919
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
0 commit comments