debian: fix meson-fb can not allocate memory [1/1]

PD#SWPL-131625

Problem:
meson-fb can not allocate memory

Solution:
fix allocate address

Verify:
local

Signed-off-by: qiang.cheng <qiang.cheng@amlogic.com>
Change-Id: I0f9ec98bda6a35e06e358ae0f9d955c0eae6b110
This commit is contained in:
qiang.cheng
2023-07-12 11:15:51 +08:00
committed by gerrit autosubmit
parent 84eb3c9a6a
commit 0157cfe92e
2 changed files with 2 additions and 2 deletions
@@ -79,7 +79,7 @@
reusable;
size = <0x0 0x800000>;
alignment = <0x0 0x400000>;
alloc-ranges = <0x0 0x7f800000 0x0 0x800000>;
alloc-ranges = <0x0 0x3e800000 0x0 0x800000>;
};
ion_cma_reserved:linux,ion-dev {
compatible = "shared-dma-pool";
@@ -79,7 +79,7 @@
reusable;
size = <0x0 0x800000>;
alignment = <0x0 0x400000>;
alloc-ranges = <0x0 0x7f800000 0x0 0x800000>;
alloc-ranges = <0x0 0x3e800000 0x0 0x800000>;
};
ion_cma_reserved:linux,ion-dev {
compatible = "shared-dma-pool";