Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss section...
commit3a1fa068cc5c41f643b74ac55bbf91b44065e977
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 8 Mar 2010 23:16:57 +0000 (8 23:16 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 8 Mar 2010 23:16:57 +0000 (8 23:16 +0000)
tree39a916ed796c1202cd0cd08830254e66d25ab2ef
parentf717701a4cdd73348e6f97007a088e3b288c92f6
Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss sections need NOLOAD. otherwise the linker would try to include those into the binary. I don't know why this ever worked with our current ld version.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25078 a1c6a512-1295-4272-9138-f99709370657
13 files changed:
firmware/target/arm/as3525/boot.lds
firmware/target/arm/ipod/boot.lds
firmware/target/arm/iriver/boot.lds
firmware/target/arm/olympus/boot.lds
firmware/target/arm/pbell/boot.lds
firmware/target/arm/philips/boot.lds
firmware/target/arm/s3c2440/boot.lds
firmware/target/arm/s5l8700/boot.lds
firmware/target/arm/samsung/boot.lds
firmware/target/arm/sandisk/boot.lds
firmware/target/arm/tatung/boot.lds
firmware/target/arm/tcc77x/boot.lds
firmware/target/arm/tcc780x/boot.lds