X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=fs%2Ffdos%2Fdev.c;h=f21c7a93d37af3b9aa5c998e5fb0801dc93b9866;hb=8603b69b8b04e3e34f8744b396c62833b78fd7c1;hp=5dea5cd788050b90ac17effd1bfb8b9e6d4cad42;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=u-boot diff --git a/fs/fdos/dev.c b/fs/fdos/dev.c index 5dea5cd788..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 (CONFIG_COMMANDS & CFG_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