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