summaryrefslogtreecommitdiffstats
path: root/common/cmd_date.c
Commit message (Expand)AuthorAgeFilesLines
* common/cmd_*.c: sparse fixesKim Phillips2012-11-041-1/+1
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-061-2/+1
* cmd_date: constifyMike Frysinger2010-11-281-4/+4
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-3/+3
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-1/+1
* cmd_date: Fix spelling in error message.Magnus Lilja2009-12-021-3/+3
* Conditionally perform common relocation fixupsPeter Tyser2009-10-031-0/+4
* General help message cleanupWolfgang Denk2009-06-121-1/+1
* Command usage cleanupPeter Tyser2009-01-281-1/+1
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-1/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-1/+1
* rtc: allow rtc_set to return an error and use it in cmd_dateJean-Christophe PLAGNIOL-VILLARD2008-09-071-8/+20
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-201-4/+0
* common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-101-1/+1
* common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-081-1/+1
* common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-1/+1
* [PATCH] I2C: Add support for multiple I2C busses for RTC & DTTStefan Roese2007-02-201-2/+12
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-1/+2
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-231-2/+2
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-011-2/+2
* * Code cleanup:wdenk2003-06-271-0/+11
* * Patch by Arun Dharankar, 4 Apr 2003:wdenk2003-04-051-1/+4
* Initial revisionwdenk2002-08-271-0/+189
OpenPOWER on IntegriCloud