[meta-ti] [PATCH] linux: cmem: k2hk-evm: Reduce reserved memory

Jacob Stiffler j-stiffler at ti.com
Mon Nov 9 09:09:22 PST 2015


Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
---
 recipes-kernel/linux/files/k2hk-evm/cmem.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/files/k2hk-evm/cmem.dtsi b/recipes-kernel/linux/files/k2hk-evm/cmem.dtsi
index 7e897ab..98e9e7c 100644
--- a/recipes-kernel/linux/files/k2hk-evm/cmem.dtsi
+++ b/recipes-kernel/linux/files/k2hk-evm/cmem.dtsi
@@ -7,7 +7,7 @@
                 };
 
                 cmem_block_mem_0: cmem_block_mem at 829000000 {
-                        reg = <0x00000008 0x29000000 0x00000000 0x57000000>;
+                        reg = <0x00000008 0x29000000 0x00000000 0x17000000>;
                         no-map;
                         status = "okay";
                 };
@@ -37,7 +37,7 @@
                 cmem_block_0: cmem_block at 0 {
                         reg = <0>;
                         memory-region = <&cmem_block_mem_0>;
-                        cmem-buf-pools = <1 0x00000000 0x57000000>;
+                        cmem-buf-pools = <1 0x00000000 0x17000000>;
                 };
 
                 cmem_block_1: cmem_block at 1 {
-- 
1.9.1



More information about the meta-ti mailing list