galcore: removed reserve memory for galcore driver [1/1]

PD#SWPL-4087

Problem:
System Memory needs to be optimized.

Solution:
Removed reserve memory for galcore.

Verify:
local

Change-Id: I4fc1d7690b6beda1055aebe26570a05f28474813
Signed-off-by: Dianzhong Huo <dianzhong.huo@amlogic.com>
This commit is contained in:
Dianzhong Huo
2019-01-10 17:06:14 +08:00
committed by Jianxin Pan
parent 6f894cf6f8
commit db1e6dbf90
3 changed files with 3 additions and 3 deletions

View File

@@ -154,7 +154,7 @@
galcore_reserved:linux,galcore {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0x1000000>;
size = <0x0 0x0>;
alignment = <0x0 0x400000>;
linux,contiguous-region;
};

View File

@@ -153,7 +153,7 @@
galcore_reserved:linux,galcore {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0x1000000>;
size = <0x0 0x0>;
alignment = <0x0 0x400000>;
linux,contiguous-region;
};

View File

@@ -152,7 +152,7 @@
galcore_reserved:linux,galcore {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0x1000000>;
size = <0x0 0x0>;
alignment = <0x0 0x400000>;
linux,contiguous-region;
};