3a6a23d157
Due to the xtensa mpu feature, the size of the Region depends on the Base of the next Region. e.g. Region[1] = 0x20000000 Region[0] = 0x30000000 Then Region[1] length = Region[0] - Region[1] So this approach is not suitable to implement the behavior of cleaning up the Region and such a configuration will result in affecting the very beginning (the higher) Region Therefore, to address this feature, in this change we return the Region value and implement the ability to modify the target Region's attributes Signed-off-by: chenrun1 <chenrun1@xiaomi.com> |
||
---|---|---|
.. | ||
include | ||
src | ||
Kconfig |