aboutsummaryrefslogtreecommitdiff
path: root/include/environment.h
AgeCommit message (Expand)AuthorFilesLines
2009-07-19compiler.h: unify system ifdef cruft hereMike Frysinger1-5/+1
2009-04-03mflash: Initial mflash supportunsik Kim1-0/+12
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-9/+9
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-24/+24
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-10rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD1-4/+4
2008-07-10Remove code duplication for setting the default environmentHarald Welte1-0/+3
2008-07-09Change env_get_char from a global function ptr to a functionJoakim Tjernlund1-2/+2
2008-05-14environment: fix bug introduced by commit a8409f4f1ac8Wolfgang Denk1-2/+2
2008-05-14environment: cleanup prototype declarations of env functions.Wolfgang Denk1-0/+10
2008-04-24crc32: use uint32_t rather than unsigned longMike Frysinger1-3/+8
2006-11-27[PATCH] Select NAND embedded environment from board configurationStefan Roese1-2/+1
2006-09-12Add NAND environment support for PPC440EPx Sequoia NAND boot configStefan Roese1-0/+4
2006-03-20Support for redundant environment in NAND Flash.Markus Klotzbuecher1-0/+12
2003-03-06Fix problem with default #definesLABEL_2003_03_06_1440wdenk1-2/+9
2002-11-03Initial revisionwdenk1-0/+83