[meta-ti] [PATCH] linux: cmem: k2e, k2l-evm: update reserved memory

Jacob Stiffler j-stiffler at ti.com
Fri Oct 7 10:44:24 PDT 2016


* 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 at ti.com>
---
 recipes-kernel/linux/files/k2e/cmem.dtsi     | 4 ++--
 recipes-kernel/linux/files/k2l-evm/cmem.dtsi | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-kernel/linux/files/k2e/cmem.dtsi b/recipes-kernel/linux/files/k2e/cmem.dtsi
index 236b0ba..4c8e785 100644
--- a/recipes-kernel/linux/files/k2e/cmem.dtsi
+++ b/recipes-kernel/linux/files/k2e/cmem.dtsi
@@ -12,8 +12,8 @@
 			status = "okay";
 		};
 
-		cmem_block_mem_1: cmem_block_mem at 00c100000 {
-			reg = <0x00000000 0x0c000000 0x00000000 0x00180000>;
+		cmem_block_mem_1: cmem_block_mem at 00c080000 {
+			reg = <0x00000000 0x0c080000 0x00000000 0x000c0000>;
 			no-map;
 			status = "okay";
 		};
diff --git a/recipes-kernel/linux/files/k2l-evm/cmem.dtsi b/recipes-kernel/linux/files/k2l-evm/cmem.dtsi
index 236b0ba..4c8e785 100644
--- a/recipes-kernel/linux/files/k2l-evm/cmem.dtsi
+++ b/recipes-kernel/linux/files/k2l-evm/cmem.dtsi
@@ -12,8 +12,8 @@
 			status = "okay";
 		};
 
-		cmem_block_mem_1: cmem_block_mem at 00c100000 {
-			reg = <0x00000000 0x0c000000 0x00000000 0x00180000>;
+		cmem_block_mem_1: cmem_block_mem at 00c080000 {
+			reg = <0x00000000 0x0c080000 0x00000000 0x000c0000>;
 			no-map;
 			status = "okay";
 		};
-- 
2.7.4



More information about the meta-ti mailing list