mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +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
Jianxin Pan
parent
6f894cf6f8
commit
db1e6dbf90
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user