Commits
faqiang.zhu committed 30f0d2c890d
MA-15300-3 do not set the memory reserved for malloc to zero add "# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set" in Android Auto defconfig files, this can save some boot time. "CONFIG_SYS_MALLOC_CLEAR_ON_INIT" is default to be "y", and in it's help info, it is recommended to be disabled, and make sure the malloc calls does not want zeroed memory. each tested 5 times and comparing the average boot time: for 8qm_mek, this can save about 250ms. for 8qxp_mek, this can save about 30ms. Change-Id: I0cbca57b3aa7322083efac8391dc3cfc2c65856f Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>