Rev 49 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 49 | Rev 65 | ||
---|---|---|---|
Line 168... | Line 168... | ||
168 | .nvram_data (NOLOAD) : |
168 | .nvram_data (NOLOAD) : |
169 | { |
169 | { |
170 | _nvr_base = .; |
170 | _nvr_base = .; |
171 | KEEP ( *(.NVRAM_Data)) /* any __attribute__((section(".NVRAM_Data"))) section info to be put in here */ |
171 | KEEP ( *(.NVRAM_Data)) /* any __attribute__((section(".NVRAM_Data"))) section info to be put in here */ |
172 | } >NVRAM |
172 | } >NVRAM |
173 | - | ||
174 | - | ||
175 | - | ||
176 | PROVIDE ( NVRAM_Base = _nvr_base ); |
173 | PROVIDE ( NVRAM_Base = _nvr_base ); |
177 | 174 | ||
178 | 175 | ||
179 | .ARM.attributes 0 : { *(.ARM.attributes) } |
176 | .ARM.attributes 0 : { *(.ARM.attributes) } |
180 | } |
177 | } |