aboutsummaryrefslogtreecommitdiffstats
path: root/common/env_flash.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-09env: kill off default_environment_sizeMike Frysinger1-1/+0
2009-02-18rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENVMike Frysinger1-2/+2
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-42/+42
2008-09-10env_flash: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-5/+0
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-05-04fix building when saveenv is disabled in some setupsMike Frysinger1-0/+2
2007-08-29Fix compilation error for omap2420h4_config.Dirk Behme1-19/+1
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-08common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-1/+1
2007-07-04common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-6/+2
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-3/+3
2005-01-09* Patches by Richard Woodruff, 01 Oct 2004:wdenk1-9/+25
2004-03-14* Patch by Yuli Barcohen, 4 Mar 2004:wdenk1-41/+25
2004-03-13* Patch by Rune Torgersen, 27 Feb 2004:wdenk1-8/+8
2003-06-27* Code cleanup:wdenk1-15/+14
2003-03-06Fix problem with default #defineswdenk1-1/+3
2003-03-06* Patches by Robert Schwebel, 06 Mar 2003:wdenk1-7/+36
2003-03-06* Patch by Robert Schwebel, 21 Jan 2003:wdenk1-1/+1
2002-11-03Initial revisionwdenk1-0/+377