By default the cma memory size is 16M for the system, Now explicitly increase this size to 128M in order to solve the insufficient use cases (eg, PFE feature uses 64M).
Signed-off-by: Xulin Sun <[email protected]> --- bsp/nxp-s32g2xx/nxp-s32g2xx.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg b/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg index 88a2c394..7214493f 100755 --- a/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg +++ b/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg @@ -87,6 +87,7 @@ CONFIG_DMADEVICES=y CONFIG_FSL_EDMA=y CONFIG_CMA=y CONFIG_DMA_CMA=y +CONFIG_CMA_SIZE_MBYTES=128 CONFIG_MTD=y CONFIG_MTD_CMDLINE_PARTS=y -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9222): https://lists.yoctoproject.org/g/linux-yocto/message/9222 Mute This Topic: https://lists.yoctoproject.org/mt/78794527/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
