mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
fs/: Remove lingering references to CFG_CMD_* symbols.
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. Those always evaluated TRUE, and thus were always compiled even when IDE really wasn't defined/wanted. Signed-off-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
parent
610f2e9c28
commit
f40a7f3e38
11 changed files with 11 additions and 11 deletions
|
@ -123,4 +123,4 @@ int ext2fs_devread (int sector, int byte_offset, int byte_len, char *buf) {
|
||||||
}
|
}
|
||||||
return (1);
|
return (1);
|
||||||
}
|
}
|
||||||
#endif /* CFG_CMD_EXT2FS */
|
#endif
|
||||||
|
|
|
@ -875,4 +875,4 @@ fail:
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CFG_CMD_EXT2FS */
|
#endif
|
||||||
|
|
|
@ -88,4 +88,4 @@ void rtime_decompress(unsigned char *data_in, unsigned char *cpage_out,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CFG_CMD_JFFS2 */
|
#endif
|
||||||
|
|
|
@ -123,4 +123,4 @@ void dynrubin_decompress(unsigned char *data_in, unsigned char *cpage_out,
|
||||||
rubin_do_decompress(bits, data_in+8, cpage_out, dstlen);
|
rubin_do_decompress(bits, data_in+8, cpage_out, dstlen);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CFG_CMD_JFFS2 */
|
#endif
|
||||||
|
|
|
@ -49,4 +49,4 @@ long zlib_decompress(unsigned char *data_in, unsigned char *cpage_out,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CFG_CMD_JFFS2 */
|
#endif
|
||||||
|
|
|
@ -1397,4 +1397,4 @@ jffs2_1pass_info(struct part_info * part)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CFG_CMD_JFFS2 */
|
#endif
|
||||||
|
|
|
@ -1033,4 +1033,4 @@ jffs2_1pass_info(struct part_info * part)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CFG_CMD_JFFS2 */
|
#endif
|
||||||
|
|
|
@ -393,4 +393,4 @@ long decompress_block(unsigned char *dest, unsigned char *source,
|
||||||
return stream.error ? -stream.error : stream.decoded;
|
return stream.error ? -stream.error : stream.decoded;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CFG_CMD_JFFS2 */
|
#endif
|
||||||
|
|
|
@ -120,4 +120,4 @@ int reiserfs_devread (int sector, int byte_offset, int byte_len, char *buf)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CFG_CMD_REISERFS */
|
#endif
|
||||||
|
|
|
@ -139,4 +139,4 @@ const char *bb_mode_string(int mode)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* CFG_CMD_REISER */
|
#endif
|
||||||
|
|
|
@ -983,4 +983,4 @@ reiserfs_open (char *filename)
|
||||||
return filemax;
|
return filemax;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CFG_CMD_REISER */
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue