Searched refs:FAT16_SIGN (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | fat.h | 37 #define FAT16_SIGN "FAT16 " macro |
/openbmc/u-boot/fs/fat/ | ||
H A D | fat.c | 531 if (strncmp(FAT16_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi() |