nios: remove nios-32 arch
[kernel/u-boot.git] / fs / fat / fat.c
index 2445f1e..6b3a274 100644 (file)
@@ -708,9 +708,6 @@ long
 do_fat_read (const char *filename, void *buffer, unsigned long maxsize,
             int dols)
 {
-#if CONFIG_NIOS /* NIOS CPU cannot access big automatic arrays */
-    static
-#endif
     char fnamecopy[2048];
     boot_sector bs;
     volume_info volinfo;