Commits
faqiang.zhu committed c8b3e4d6e0d
MA-14916-9 fix build warnings with BSP defconfig the warning info is as below: drivers/fastboot/fb_fsl/fb_fsl_command.c:66:13: warning: 'process_erase_mmc' defined but not used [-Wunused-function] static void process_erase_mmc(const char *cmdbuf, char *response) ^ move this process_erase_mmc function to fb_fsl_dev.c and make remove the static attribute. Change-Id: Ifc30348e53693e26119c760406b4c650e591aef4 Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>