mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
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:
committed by
Dongjin Kim
parent
da675fd53c
commit
d8ea5e68bf
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user