summaryrefslogtreecommitdiff
path: root/common/env_flash.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-18env_flash.c: Drop unused variablesTom Rini1-2/+1
2014-03-22env: Add env_export() wrapperMarek Vasut1-15/+6
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger1-2/+2
2012-01-05env: factor out the env_get_char_spec() functionIgor Grinberg1-5/+0
2011-11-22env: clean env_flash.c checkpatch and code styleIgor Grinberg1-91/+84
2011-11-22env: move extern environment[] to environment.hIgor Grinberg1-3/+1
2011-11-22env: move extern default_environment[] to environment.hIgor Grinberg1-2/+0
2011-11-08env: allow to export only selected variablesWolfgang Denk1-2/+2
2011-07-26constify default envMike Frysinger1-1/+1
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger1-2/+2
2010-10-24env_flash: Disable debug print statementsPeter Tyser1-3/+0
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-114/+131
2010-07-05Redundant environment: move flag definitions to header fileWolfgang Denk1-3/+0
2010-07-05shannon/INFERNO: fix special handling of environment configurationWolfgang Denk1-12/+0
2009-08-10env: kill off default_environment_sizeMike Frysinger1-1/+0
2009-02-18rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENVMike Frysinger1-2/+2
2008-09-11rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-42/+42
2008-09-11env_flash: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-5/+0
2008-09-11rename 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-09common/* 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-10* 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-14* Patch by Rune Torgersen, 27 Feb 2004:wdenk1-8/+8
2003-06-28* 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