hdmirx: modify emp mem size [1/1]

PD#SWPL-4513

Problem:
The memery size of emp is oversize

Solution:
reduce the memery size to 4M

Verify:
None

Change-Id: If39103a6643968f4a3000c7ba44f44e1b7e290c2
Signed-off-by: yicheng shen <yicheng.shen@amlogic.com>
This commit is contained in:
yicheng shen
2019-01-25 03:32:01 -05:00
committed by Tao Zeng
parent 6338adc53c
commit be75c7dfc1
4 changed files with 4 additions and 4 deletions

View File

@@ -126,7 +126,7 @@
reusable;
/* 4M for emp to ddr */
/* 32M for tmds to ddr */
size = <0x2000000>;
size = <0x400000>;
alignment = <0x400000>;
/* alloc-ranges = <0x400000 0x2000000>; */
};

View File

@@ -166,7 +166,7 @@
reusable;
/* 4M for emp to ddr */
/* 32M for tmds to ddr */
size = <0x2000000>;
size = <0x400000>;
alignment = <0x400000>;
/* alloc-ranges = <0x400000 0x2000000>; */
};

View File

@@ -174,7 +174,7 @@
reusable;
/* 4M for emp to ddr */
/* 32M for tmds to ddr */
size = <0x2000000>;
size = <0x400000>;
alignment = <0x400000>;
/* alloc-ranges = <0x400000 0x2000000>; */
};

View File

@@ -176,7 +176,7 @@
reusable;
/* 4M for emp to ddr */
/* 32M for tmds to ddr */
size = <0x2000000>;
size = <0x400000>;
alignment = <0x400000>;
/* alloc-ranges = <0x400000 0x2000000>; */
};