summaryrefslogtreecommitdiff
path: root/common/env_dataflash.c
Commit message (Expand)AuthorAgeLines
* env: dataflash: fix env_init issueBo Shen2013-10-14-32/+18
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-14/+1
* Revert "env: fix potential stack overflow in environment functions"Tom Rini2013-04-05-7/+8
* env: fix potential stack overflow in environment functionsRob Herring2013-04-02-8/+7
* env: Hide '.' variables in env print by defaultJoe Hershberger2012-12-13-1/+1
* env: clean env_dataflash.c checkpatch and code styleIgor Grinberg2011-11-22-20/+12
* env: move extern default_environment[] to environment.hIgor Grinberg2011-11-22-2/+0
* env: allow to export only selected variablesWolfgang Denk2011-11-08-1/+1
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-17-1/+1
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-19-43/+71
* env: kill off default_environment_sizeMike Frysinger2009-08-09-1/+0
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-10-7/+7
* env_dataflash: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-10-5/+0
* rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASHJean-Christophe PLAGNIOL-VILLARD2008-09-10-2/+2
* Big white-space cleanup.Wolfgang Denk2008-05-21-1/+1
* AT91CAP9 supportStelian Pop2008-02-14-8/+9
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-2/+2
* Remove unneeded #include <malloc.h>Wolfgang Denk2005-09-25-1/+0
* * Patch by Nicolas Lacressonnière, 12 Nov 2003:wdenk2003-12-06-0/+104