MA-10557 [Android] enlarge malloc size
authorzhang sanshan <sanshan.zhang@nxp.com>
Tue, 31 Oct 2017 05:27:54 +0000 (13:27 +0800)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:37:29 +0000 (02:37 +0800)
commitc321d5195826983f3b19b55853a98e2912588470
treed8a9393c817f5bc098515c737280e575a9b533f8
parent2d442a017eee0d3bed69bd3014f158895bfadfda
MA-10557 [Android] enlarge malloc size

uboot will have below error log when verify boot.img
avb_util.c:199: ERROR: Failed to allocate memory.

the default size of malloc is 36M. But we need to load boot.img
with malloc addr. enlarge the size of malloc to 64M.

Change-Id: I64d0403b0cc970128cdfd1eafe7a4680a92f7c25
Signed-off-by: zhang sanshan <sanshan.zhang@nxp.com>
include/configs/imx8mq_evk_android.h
include/configs/imx8qm_arm2_android.h
include/configs/imx8qxp_arm2_android.h
include/configs/imx8qxp_mek_android.h