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 Dongjin Kim
parent da675fd53c
commit d8ea5e68bf
2 changed files with 2 additions and 2 deletions

View File

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

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;
};