diff options
| -rw-r--r-- | firmware/target/coldfire/iaudio/boot.lds | 2 | ||||
| -rw-r--r-- | firmware/target/coldfire/iriver/boot.lds | 2 | ||||
| -rw-r--r-- | firmware/target/coldfire/mpio/boot.lds | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/firmware/target/coldfire/iaudio/boot.lds b/firmware/target/coldfire/iaudio/boot.lds index bf307ae..9d52f48 100644 --- a/firmware/target/coldfire/iaudio/boot.lds +++ b/firmware/target/coldfire/iaudio/boot.lds @@ -79,7 +79,7 @@ SECTIONS stackend = .; } > IRAM - .bss DRAMORIG+0x800000: + .bss DRAMORIG+0x800000 (NOLOAD) : { _edata = .; *(.ibss) diff --git a/firmware/target/coldfire/iriver/boot.lds b/firmware/target/coldfire/iriver/boot.lds index 5330cb6..7f8e013 100644 --- a/firmware/target/coldfire/iriver/boot.lds +++ b/firmware/target/coldfire/iriver/boot.lds @@ -78,7 +78,7 @@ SECTIONS stackend = .; } > IRAM - .bss DRAMORIG+0x800000: + .bss DRAMORIG+0x800000 (NOLOAD) : { _edata = .; *(.ibss) diff --git a/firmware/target/coldfire/mpio/boot.lds b/firmware/target/coldfire/mpio/boot.lds index 2b08658..9da99b8 100644 --- a/firmware/target/coldfire/mpio/boot.lds +++ b/firmware/target/coldfire/mpio/boot.lds @@ -70,7 +70,7 @@ SECTIONS stackend = .; } > IRAM - .bss DRAMORIG+0x800000: + .bss DRAMORIG+0x800000 (NOLOAD) : { _edata = .; *(.ibss) |