Rev 3549 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3549 | Rev 3618 | ||
|---|---|---|---|
| Line 173... | Line 173... | ||
| 173 | sram_parea.frames = MAPPED_AREA_SIZE / FRAME_SIZE; |
173 | sram_parea.frames = MAPPED_AREA_SIZE / FRAME_SIZE; |
| 174 | sram_parea.cacheable = false; |
174 | sram_parea.cacheable = false; |
| 175 | ddi_parea_register(&sram_parea); |
175 | ddi_parea_register(&sram_parea); |
| 176 | 176 | ||
| 177 | sysinfo_set_item_val("sram.area.size", NULL, MAPPED_AREA_SIZE); |
177 | sysinfo_set_item_val("sram.area.size", NULL, MAPPED_AREA_SIZE); |
| 178 | sysinfo_set_item_val("sram.address.physical", NULL, sram_begin_physical); |
178 | sysinfo_set_item_val("sram.address.physical", NULL, |
| - | 179 | sram_begin_physical); |
|
| 179 | } |
180 | } |
| 180 | 181 | ||
| 181 | /** |
182 | /** |
| 182 | * Initializes the starting address of SRAM. |
183 | * Initializes the starting address of SRAM. |
| 183 | * |
184 | * |