commit | 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Tue Apr 29 12:53:05 2008 +0200 |
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Tue May 27 15:27:29 2008 +0200 |
tree | c1f48ea5a6ac83fb8372839e45c4c1c7018185e4 | |
parent | cdd42c0c7a5205fc380912d83229069a71ea3abf [diff] |
avr32: Get rid of the .flashprog section The .flashprog section was only needed back when we were running directly from flash, and it's even more useless on NGW100 since it uses the CFI flash driver which never used this workaround in the first place. Remove it on STK1000 as well, and get rid of all the associated code and annotations. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>