Home
last modified time | relevance | path

Searched refs:FAT12_SIGN (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dfat.h38 #define FAT12_SIGN "FAT12 " macro
/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c536 if (strncmp(FAT12_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()