Rev 16 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16 | Rev 18 | ||
---|---|---|---|
Line 128... | Line 128... | ||
128 | 128 | ||
129 | /* NVRAM image section : nothing gets stored here but the addresses are set up */ |
129 | /* NVRAM image section : nothing gets stored here but the addresses are set up */ |
130 | .eeprom_data (NOLOAD) : |
130 | .eeprom_data (NOLOAD) : |
131 | { |
131 | { |
132 | . = ALIGN(1024) ; |
132 | . = ALIGN(1024) ; |
133 | _eeprom_base = .; |
- | |
134 | KEEP ( *(.EEPROM_Data)) /* any __attribute__((section(".EEPROM_Data"))) section info to be put in here */ |
133 | KEEP ( *(.EEPROM_Data)) /* any __attribute__((section(".EEPROM_Data"))) section info to be put in here */ |
135 | } >FLASH |
134 | } >FLASH |
136 | 135 | ||
137 | 136 | ||
138 | 137 |