[meta-ti] Jacob Stiffler : linux: cmem: k2hk-evm: Reduce reserved memory
Arago Project git
git at arago-project.org
Mon Nov 9 11:34:09 PST 2015
Module: meta-ti
Branch: master
Commit: 7f96040e3a6e7e664ea23673953d9666cfcdc050
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=7f96040e3a6e7e664ea23673953d9666cfcdc050
Author: Jacob Stiffler <j-stiffler at ti.com>
Date: Mon Nov 9 23:09:22 2015 +0000
linux: cmem: k2hk-evm: Reduce reserved memory
Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-kernel/linux/files/k2hk-evm/cmem.dtsi | 4 ++--
1 files 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 {
More information about the meta-ti
mailing list