瀏覽代碼

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

Wolfgang Denk 17 年之前
父節點
當前提交
51a6ca2c3a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      common/env_nand.c

+ 2 - 1
common/env_nand.c

@@ -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;