01fabe6c67
The comments at the top of the file say this: ``` This will be automatically registered * - AXI SRAM is a 512kb memory area. This will be automatically registered * with the system heap in up_allocate_heap, all the other memory * regions will be registered in arm_addregion(). ``` but the implementation was using SRAM123 instead. Furthermore, arm_addregion then re-adds SRAM123 again. |
||
---|---|---|
.. | ||
include | ||
src | ||
Kconfig |