X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=fs%2Ffdos%2Fdev.c;h=f21c7a93d37af3b9aa5c998e5fb0801dc93b9866;hb=f82c087e60fe1c59ace1c6f016eb89c5d3c3ae13;hp=271d0e790b7a1b815a174c77880a9a06bba5765e;hpb=3b3bff4cbf2cb14f9a3e7d03f26ebab900efe4ae;p=u-boot diff --git a/fs/fdos/dev.c b/fs/fdos/dev.c index 271d0e790b..f21c7a93d3 100644 --- a/fs/fdos/dev.c +++ b/fs/fdos/dev.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 @@ -28,8 +28,6 @@ #include "dos.h" #include "fdos.h" -#if defined(CONFIG_CMD_FDOS) - #define NB_HEADS 2 #define NB_TRACKS 80 #define NB_SECTORS 18 @@ -190,6 +188,3 @@ int check_dev (BootSector_t *boot, Fs_t *fs) return (0); } - - -#endif