Skip to content
Snippets Groups Projects
Commit 51a6ca2c authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash

parents b4fe1a71 9e4006bc
No related branches found
No related tags found
No related merge requests found
...@@ -230,7 +230,8 @@ int saveenv(void) ...@@ -230,7 +230,8 @@ int saveenv(void)
{ {
size_t total; size_t total;
int ret = 0; int ret = 0;
nand_erase_options_t nand_erase_options;
nand_erase_options.length = CFG_ENV_RANGE; nand_erase_options.length = CFG_ENV_RANGE;
nand_erase_options.quiet = 0; nand_erase_options.quiet = 0;
nand_erase_options.jffs2 = 0; nand_erase_options.jffs2 = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment