summaryrefslogtreecommitdiff
path: root/common/cmd_ext2.c
AgeCommit message (Collapse)Author
2005-10-17Merge with /home/sr/git/u-bootWolfgang Denk
2005-10-14Fix identification on ext2ls help entryStefan Roese
Patch by Stefan Roese, 14 Oct 2005
2005-10-13Cleanup for GCC-4.xWolfgang Denk
2005-03-04* Fix get_partition_info() parameter error in all other callswdenk
(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
2005-02-04* Patch by Cajus Hahn, 04 Feb 2005:wdenk
- 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
2004-12-16ext2fs support addedstroese