diff options
author | Wolfgang Denk <wd@denx.de> | 2008-12-05 00:24:32 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-12-05 00:24:32 +0100 |
commit | 26f6a2b7f3d215a0bd291e8b37be5a359878037c (patch) | |
tree | 5e890a3cb4b36ab9c64cb1f103f268fcdf46bbdd /include/fat.h | |
parent | 762bd90cbb6536d2c8451c13fe23552f3311f860 (diff) | |
parent | 3c2c2f427905040c1513d0c51d637689cba48346 (diff) | |
download | u-boot-imx-26f6a2b7f3d215a0bd291e8b37be5a359878037c.zip u-boot-imx-26f6a2b7f3d215a0bd291e8b37be5a359878037c.tar.gz u-boot-imx-26f6a2b7f3d215a0bd291e8b37be5a359878037c.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'include/fat.h')
-rw-r--r-- | include/fat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fat.h b/include/fat.h index 59de3fb..c8b9493 100644 --- a/include/fat.h +++ b/include/fat.h @@ -67,7 +67,7 @@ #define ATTR_VFAT (ATTR_RO | ATTR_HIDDEN | ATTR_SYS | ATTR_VOLUME) #define DELETED_FLAG ((char)0xe5) /* Marks deleted files when in name[0] */ -#define aRING 0x05 /* Used to represent 'å' in name[0] */ +#define aRING 0x05 /* Used as special character in name[0] */ /* Indicates that the entry is the last long entry in a set of long * dir entries |