mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-02 04:21:32 +00:00
Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash
This commit is contained in:
commit
51a6ca2c3a
1 changed files with 2 additions and 1 deletions
|
@ -230,6 +230,7 @@ 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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue