Commits
fang hui committed d89f1a3e9b3
MA-13131 [Android Pi] vts fs.fs_fill failed The test check the fs type supported by kernel, then mount the fs to do some test. EXT2_FS is configured, but EXT2_FS_SECURITY is not, so mount failed. Remove EXT2_FS can fix the issue. Meanwhile, ext2 can still be handled by ext4 code, since EXT4_USE_FOR_EXT2 will automatically enabled if EXT4_FS=y and EXT2_FS=n. Change-Id: I70891c77962296717978201fcc000251a545ca3b Signed-off-by: fang hui <hui.fang@nxp.com>