* scripttempl/avr.sc: Do not set LMA for "eeprom" section.

This commit is contained in:
Marek Michalkiewicz
2004-05-08 21:52:56 +00:00
parent 289541793e
commit e21059f29c
2 changed files with 4 additions and 1 deletions

View File

@@ -145,7 +145,6 @@ SECTIONS
} ${RELOCATING+ > data}
.eeprom ${RELOCATING-0}:
${RELOCATING+AT (ADDR (.text) + SIZEOF (.text) + SIZEOF (.data))}
{
*(.eeprom*)
${RELOCATING+ __eeprom_end = . ; }