Commit 87a19df5e462f1f63e8a6d2973c7fb9e95284d04

Authored by Ji Luo
1 parent 2aa4163329

MA-14511 AIY: Change the GPU reserved memory to 32M

Reserve 32M memory for GPU on AIY 1G DDR board.

Change-Id: I566a4a027982c8d4e41f280162f2f3cd67f1f5cd
Signed-off-by: Ji Luo <ji.luo@nxp.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

board/freescale/imx8mq_aiy/imx8m_aiy.c
... ... @@ -421,7 +421,7 @@
421 421 if ((baseboard_id == AIY_MICRON_1G) ||
422 422 (baseboard_id == AIY_HYNIX_1G)) {
423 423 /* 1G DDR size */
424   - env_set("bootargs_ram_capacity", "cma=296M galcore.contiguousSize=8388608");
  424 + env_set("bootargs_ram_capacity", "cma=296M galcore.contiguousSize=33554432");
425 425 } else {
426 426 /* 3G DDR size */
427 427 env_set("bootargs_ram_capacity", "cma=384M");