1
0
Fork 0

MLK-24997 remoteproc: imx_rproc: merge TCML/U

Merge contiguous TCML/U regions into one to avoid load elf files which
has large sections failure.

Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
zero-colors
Peng Fan 2020-11-16 11:23:46 +08:00
parent 8c941abb3e
commit d00feb1274
1 changed files with 2 additions and 4 deletions

View File

@ -227,10 +227,8 @@ static const struct imx_rproc_att imx_rproc_att_imx8mq[] = {
{ 0x08000000, 0x08000000, 0x08000000, 0 },
/* DDR (Code) - alias */
{ 0x10000000, 0x40000000, 0x0FFE0000, 0 },
/* TCML */
{ 0x1FFE0000, 0x007E0000, 0x00020000, ATT_OWN },
/* TCMU */
{ 0x20000000, 0x00800000, 0x00020000, ATT_OWN },
/* TCML/U */
{ 0x1FFE0000, 0x007E0000, 0x00040000, ATT_OWN },
/* OCRAM_S */
{ 0x20180000, 0x00180000, 0x00008000, ATT_OWN },
/* OCRAM */