Cosmetic update to comments
This commit is contained in:
parent
77c968e36a
commit
4993dd6ed3
@ -3616,6 +3616,16 @@ config SAMA5_ISRAM_HEAP
|
|||||||
In this case, the remaining ISRAM will automatically be added to the
|
In this case, the remaining ISRAM will automatically be added to the
|
||||||
heap (using RAM_END).
|
heap (using RAM_END).
|
||||||
|
|
||||||
|
*** RAMFUNCS WARNING **
|
||||||
|
If you execute from NOR FLASH, RAM functions will be enabled. The
|
||||||
|
RAM functions will be positioned in SRAM in the same location as the
|
||||||
|
ISRAM heap and, as a result, those RAM functions will be destroyed
|
||||||
|
after the heap is initialized. That is not a problem now since
|
||||||
|
these RAM functions are only used in the early boot phase. If,
|
||||||
|
however, you should wish to preserve the RAM functions, then you
|
||||||
|
should also disable SAMA5_ISRAM_HEAP so that the RAM functions are
|
||||||
|
preserved beyond the boot phase.
|
||||||
|
|
||||||
config SAMA5_DDRCS_HEAP
|
config SAMA5_DDRCS_HEAP
|
||||||
bool "Include DDR-SDRAM in heap"
|
bool "Include DDR-SDRAM in heap"
|
||||||
default y
|
default y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user