summaryrefslogtreecommitdiffstats
path: root/fs/fat
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2010-05-28 10:56:50 +0800
committerScott McNutt <smcnutt@psyent.com>2010-05-28 10:56:04 -0400
commit1117cbf2adac59050af1751af6c6a524afa5c3ef (patch)
treea53832c1bcea3180e6830e8b3f9cb41adeed2d44 /fs/fat
parent6803336c9f21ba428f5c1b1cf825bbbac0a762e5 (diff)
downloadblackbird-obmc-uboot-1117cbf2adac59050af1751af6c6a524afa5c3ef.tar.gz
blackbird-obmc-uboot-1117cbf2adac59050af1751af6c6a524afa5c3ef.zip
nios: remove nios-32 arch
The nios-32 arch is obsolete and broken. So it is removed. Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'fs/fat')
-rw-r--r--fs/fat/fat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/fat/fat.c b/fs/fat/fat.c
index 2445f1e784..6b3a2742e2 100644
--- a/fs/fat/fat.c
+++ b/fs/fat/fat.c
@@ -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;
OpenPOWER on IntegriCloud