aboutsummaryrefslogtreecommitdiff
path: root/common/env_onenand.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-02OneNAND: Add missing mtd info struct before calling onenand_erase()Stefan Roese1-0/+1
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-09-10env_onenand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-5/+0
2008-09-10rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENANDJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-08-13Fix OneNAND build breakKyungmin Park1-5/+5
2008-08-10OneNAND: Remove base address offset usagedirk.behme@googlemail.com1-3/+0
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-04-13Fix OneNAND erase commandKyungmin Park1-8/+7
2007-11-15Remove warnings re CONFIG_EXTRA_ENV_SETTINGSPeter Pearse1-2/+2
2007-09-17OneNAND support (take #2)Kyungmin Park1-0/+134