mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-23 07:12:25 +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);
|
||||
}
|
||||
#endif /* CFG_CMD_EXT2FS */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue