aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-21cmd_mmc: use common usage functionMike Frysinger1-6/+3
2010-09-18mmc: print out partition tableLei Wen1-0/+20
2010-09-10Prepare v2010.09-rc1v2010.09-rc1Wolfgang Denk1-1/+1
2010-08-10fix cmd_mmc.c, line 136 missing "Reinhard Meyer1-1/+1
2010-08-09various cmd_* files: fixed layout a little bitFrans Meulenbroeks1-1/+2
2010-08-09various cmd_* files: remove the command name from the help messageFrans Meulenbroeks1-1/+3
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-10/+5
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-3/+3
2010-03-21cmd_mmc remove \nFrans Meulenbroeks1-1/+1
2009-07-17cmd_mmc: make curr_device staticMike Frysinger1-1/+1
2009-06-12General help message cleanupWolfgang Denk1-5/+6
2009-06-02mmc: check find_mmc_device return valueRabin Vincent1-0/+9
2009-06-02mmc: clean up help textsRabin Vincent1-4/+5
2009-04-04cmd_mmc: add support for device command for selecting mmc deviceMinkyu Kang1-5/+56
2009-04-04more command usage cleanupMike Frysinger1-1/+1
2009-02-19MMC: Don't use new framework code if not enabledDirk Behme1-1/+2
2009-02-19Coding style cleanup, update CHANGELOGWolfgang Denk1-1/+1
2009-02-16Add MMC FrameworkAndy Fleming1-0/+132
2009-02-16Convert mmc_init to mmc_legacy_initAndy Fleming1-1/+1
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-5/+0
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-08common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-1/+1
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2003-07-01Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-2/+2
2003-06-29Fix some missing commands, cleanup header filesU-Boot-0_4_1wdenk1-0/+6
2003-06-15* Fix CONFIG_NET_MULTI support in include/net.hLABEL_2003_06_16_0055wdenk1-0/+40