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
|
@ -983,4 +983,4 @@ reiserfs_open (char *filename)
|
|||
return filemax;
|
||||
}
|
||||
|
||||
#endif /* CFG_CMD_REISER */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue