Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h38 #define FAT32_SIGN "FAT32 " macro
/openbmc/u-boot/fs/fat/
H A Dfat.c524 if (strncmp(FAT32_SIGN, vistart->fs_type, SIGNLEN) == 0) in read_bootsectandvi()