Skip to content
Snippets Groups Projects
Commit 9e4006bc authored by Philip Balister's avatar Philip Balister Committed by Scott Wood
Browse files

NAND: Add missing declaration to non-redundant saveenv().

parent 2cdb7f50
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,8 @@ int saveenv(void)
{
size_t total;
int ret = 0;
nand_erase_options_t nand_erase_options;
nand_erase_options.length = CFG_ENV_RANGE;
nand_erase_options.quiet = 0;
nand_erase_options.jffs2 = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment