mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
linux: cmem: k2e, k2l-evm: update reserved memory
* The MSMC region needs to be relocated as it was conflicting with the boot monitor's persistent memory. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
666e6bd210
commit
79b047066b
@@ -12,8 +12,8 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
cmem_block_mem_1: cmem_block_mem@00c100000 {
|
||||
reg = <0x00000000 0x0c000000 0x00000000 0x00180000>;
|
||||
cmem_block_mem_1: cmem_block_mem@00c080000 {
|
||||
reg = <0x00000000 0x0c080000 0x00000000 0x000c0000>;
|
||||
no-map;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
cmem_block_mem_1: cmem_block_mem@00c100000 {
|
||||
reg = <0x00000000 0x0c000000 0x00000000 0x00180000>;
|
||||
cmem_block_mem_1: cmem_block_mem@00c080000 {
|
||||
reg = <0x00000000 0x0c080000 0x00000000 0x000c0000>;
|
||||
no-map;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user