summaryrefslogtreecommitdiffstats
path: root/common/cmd_ext2.c
Commit message (Collapse)AuthorAgeFilesLines
* common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-2/+2
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* [PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely2007-02-201-37/+3
| | | | | | | Each of the filesystem drivers duplicate the get_dev routine. This change merges them into a single function in part.c Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Merge with /home/sr/git/u-bootWolfgang Denk2005-10-171-1/+1
|\
| * Fix identification on ext2ls help entryStefan Roese2005-10-141-1/+1
| | | | | | | | Patch by Stefan Roese, 14 Oct 2005
* | Cleanup for GCC-4.xWolfgang Denk2005-10-131-1/+1
|/
* * Fix get_partition_info() parameter error in all other callswdenk2005-03-041-1/+4
| | | | | | | | | | (common/cmd_ide.c, common/cmd_reiser.c, common/cmd_scsi.c). * Enable USB and IDE support for INKA4x0 board * Patch by Andrew Dyer, 28 February 2005: fix ext2load passing an incorrect pointer to get_partition_info() resulting in load failure for devices other than 0
* * Patch by Cajus Hahn, 04 Feb 2005:wdenk2005-02-041-1/+1
| | | | | | | | - don't insist on leading '/' for filename in ext2load - set default partition to useful value (1) in ext2load * Patch by Andrew Dyer, 08 Jan 2005: fix wrong return codes in ext2 code
* ext2fs support addedstroese2004-12-161-0/+294
OpenPOWER on IntegriCloud