MA-13787 disable FS_FAT write feature for Android Auto uboot
Since FS_FAT has been removed from uboot for Android Auto to minimize image size, disable FS_FAT write feature for Android Auto uboot. Change-Id: I8740735b68759bfd62d53cf7f08287a098b481c4 Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>
This commit is contained in:
parent
7d7097a07f
commit
e2ae3209e2
|
|
@ -97,6 +97,7 @@
|
|||
#undef CONFIG_PHY_ATHEROS
|
||||
#undef CONFIG_CMD_FUSE
|
||||
#undef CONFIG_USB_FUNCTION_MASS_STORAGE
|
||||
#undef CONFIG_FAT_WRITE
|
||||
|
||||
#if defined(CONFIG_XEN)
|
||||
#include "imx8qm_mek_android_auto_xen.h"
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@
|
|||
#undef CONFIG_AUTO_COMPLETE
|
||||
#undef CONFIG_USB_HOST_ETHER
|
||||
#undef CONFIG_USB_FUNCTION_MASS_STORAGE
|
||||
#undef CONFIG_FAT_WRITE
|
||||
|
||||
#ifdef CONFIG_IMX_TRUSTY_OS
|
||||
#define AVB_RPMB
|
||||
|
|
|
|||
Loading…
Reference in New Issue