* scripttempl/elfm68hc12.sc: Define eeprom memory region.

This commit is contained in:
Stephane Carrez
2003-10-27 10:10:57 +00:00
parent a80d50fc56
commit d522f22725
2 changed files with 5 additions and 0 deletions

View File

@ -87,6 +87,7 @@ MEMORY
page0 (rwx) : ORIGIN = 0x0, LENGTH = 256
text (rx) : ORIGIN = ${ROM_START_ADDR}, LENGTH = ${ROM_SIZE}
data : ORIGIN = ${RAM_START_ADDR}, LENGTH = ${RAM_SIZE}
eeprom : ORIGIN = ${EEPROM_START_ADDR}, LENGTH = ${EEPROM_SIZE}
}
/* Setup the stack on the top of the data memory bank. */