X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=fs%2Ffdos%2Ffat.c;h=0521d675c36802e6b774f77d7c0d7171d2e63cac;hb=8603b69b8b04e3e34f8744b396c62833b78fd7c1;hp=2e2d2b8cefb0ee0ad48a2ce7982dc2afaa326548;hpb=85fad497b3c2e99fa48d18351d2898cf8cdbe898;p=u-boot diff --git a/fs/fdos/fat.c b/fs/fdos/fat.c index 2e2d2b8cef..0521d675c3 100644 --- a/fs/fdos/fat.c +++ b/fs/fdos/fat.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Stäubli Faverges - + * Stäubli Faverges - * Pierre AUBERT p.aubert@staubli.com * * See file CREDITS for list of people who contributed to this @@ -26,8 +26,6 @@ #include #include -#if defined(CONFIG_CMD_FDOS) - #include "dos.h" #include "fdos.h" @@ -138,5 +136,3 @@ int read_fat (BootSector_t *boot, Fs_t *fs) } return (0); } - -#endif